i2c_oled sample
lv_chart_set_range()
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_range()
lv_chart_set_range() function
Set the minimal and maximal y values on an axis
Syntax
Show:
Summary
Declaration
Definition
from
lv_chart.h:168
void
lv_chart_set_range
(
lv_obj_t
*
obj
,
lv_chart_axis_t
axis
,
lv_coord_t
min
,
lv_coord_t
max
)
;
Implemented in
lv_chart.c:128
Arguments
Argument
Description
obj
pointer to a chart object
axis
`LV_CHART_AXIS_PRIMARY_Y` or `LV_CHART_AXIS_SECONDARY_Y`
min
minimum value of the y axis
max
maximum value of the y axis
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