i80_controller sample
lv_example_get_started_4()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_example_get_started_4()
lv_example_get_started_4() function
Create a slider and write its value on a label.
Syntax
Show:
Summary
Declaration
Definition
from
lv_example_get_started.h:31
void
lv_example_get_started_4
(
void
)
;
Implemented in
lv_example_get_started_4.c:18
Examples
References
from
examples
Code
Location
void
lv_example_get_started_4
(
void
)
lv_example_get_started_4.c:18
void
lv_example_get_started_4
(
void
)
;
lv_example_get_started.h:31
Call Tree
from
examples
lv_example_get_started_4()
calls 8 functions:
All items filtered out
lv_example_get_started_4()
lv_screen_active()
lv_obj_set_width()
lv_obj_align_to()
lv_obj_center()
lv_obj_add_event_cb()
lv_label_create()
lv_label_set_text()
lv_slider_create()
All items filtered out
Data Use
from
examples
lv_example_get_started_4()
reads 4 variables and writes 1 variable:
lv_event_code_t::LV_EVENT_VALUE_CHANGED
lv_align_t::LV_ALIGN_OUT_TOP_MID
label
slider_event_cb()
All items filtered out
lv_example_get_started_4()
label
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