i80_controller sample
ui_init()
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
ui_init()
ui_init() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_example_observer_2.c:8
static
void
ui_init
(
void
)
;
Implemented in
lv_example_observer_2.c:92
Examples
References
from
examples
Code
Location
Referrer
static
void
ui_init
(
void
)
lv_example_observer_2.c:92
static
void
ui_init
(
void
)
;
lv_example_observer_2.c:8
ui_init
(
)
;
lv_example_observer_2.c:18
lv_example_observer_2()
Call Tree
from
examples
ui_init()
is called by 1 function and calls 19 functions:
lv_example_observer_2()
All items filtered out
ui_init()
lv_screen_active()
lv_obj_set_pos()
lv_obj_set_width()
lv_obj_add_flag()
lv_obj_add_event_cb()
lv_subject_add_observer_obj()
lv_subject_init_int()
lv_obj_bind_state_if_eq()
lv_obj_bind_state_if_not_eq()
lv_obj_bind_checked()
lv_keyboard_create()
lv_keyboard_set_textarea()
lv_label_create()
lv_label_set_text()
lv_button_create()
lv_textarea_create()
lv_textarea_set_placeholder_text()
lv_textarea_set_password_mode()
lv_textarea_set_one_line()
All items filtered out
Data Use
from
examples
ui_init()
reads 9 variables:
lv_event_code_t::LV_EVENT_CLICKED
lv_event_code_t::LV_EVENT_READY
::LV_STATE_DISABLED
lv_obj_flag_t::LV_OBJ_FLAG_CHECKABLE
auth_state_t::LOGGED_OUT
auth_state_t::LOGGED_IN
textarea_event_cb()
info_label_observer_cb()
log_out_click_event_cb()
All items filtered out
ui_init()
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