i80_controller sample
lv_chart_update_mode_t
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_chart_update_mode_t
lv_chart_update_mode_t enum
Syntax
Show:
Summary
Declaration
from
lv_chart.h:46
enum
{
LV_CHART_UPDATE_MODE_SHIFT
,
LV_CHART_UPDATE_MODE_CIRCULAR
,
}
;
Values
Value
Declared as
Description
lv_chart_update_mode_t::LV_CHART_UPDATE_MODE_SHIFT
Shift old data to the left and add the new one the right.
lv_chart_update_mode_t::LV_CHART_UPDATE_MODE_CIRCULAR
Add the new data in a circular way.
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