i80_controller sample
lv_example_get_started_2()
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_2()
lv_example_get_started_2() function
Create a button with a label and react on click event.
Syntax
Show:
Summary
Declaration
Definition
from
lv_example_get_started.h:29
void
lv_example_get_started_2
(
void
)
;
Implemented in
lv_example_get_started_2.c:21
Examples
References
from
examples
Code
Location
void
lv_example_get_started_2
(
void
)
lv_example_get_started_2.c:21
void
lv_example_get_started_2
(
void
)
;
lv_example_get_started.h:29
Call Tree
from
examples
lv_example_get_started_2()
calls 8 functions:
All items filtered out
lv_example_get_started_2()
lv_screen_active()
lv_obj_set_pos()
lv_obj_set_size()
lv_obj_center()
lv_obj_add_event_cb()
lv_label_create()
lv_label_set_text()
lv_button_create()
All items filtered out
Data Use
from
examples
lv_example_get_started_2()
reads 2 variables:
lv_event_code_t::LV_EVENT_ALL
btn_event_cb()
All items filtered out
lv_example_get_started_2()
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