i2c_oled sample
lv_chart_set_next_value()
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
lv_chart_set_next_value()
lv_chart_set_next_value() function
Set the next point's Y value according to the update mode policy.
Syntax
Show:
Summary
Declaration
Definition
from
lv_chart.h:377
void
lv_chart_set_next_value
(
lv_obj_t
*
obj
,
lv_chart_series_t
*
ser
,
lv_coord_t
value
)
;
Implemented in
lv_chart.c:532
Arguments
Argument
Description
obj
pointer to chart object
ser
pointer to a data series on 'chart'
value
the new value of the next data
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out