i80_controller sample
scr_load_internal()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
scr_load_internal()
scr_load_internal() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_display.c:41
static
void
scr_load_internal
(
lv_obj_t
*
scr
)
;
Implemented in
lv_display.c:1050
Arguments
Argument
scr
Examples
References
from
examples
Code
Location
Referrer
static
void
scr_load_internal
(
lv_obj_t
*
scr
)
lv_display.c:1050
static
void
scr_load_internal
(
lv_obj_t
*
scr
)
;
lv_display.c:41
scr_load_internal
(
d
->
scr_to_load
)
;
lv_display.c:606
lv_screen_load_anim()
scr_load_internal
(
new_scr
)
;
lv_display.c:629
lv_screen_load_anim()
Call Tree
from
examples
scr_load_internal()
is called by 1 function and calls 3 functions:
lv_screen_load_anim()
All items filtered out
scr_load_internal()
lv_obj_get_display()
lv_obj_send_event()
lv_obj_invalidate()
All items filtered out
Data Use
from
examples
scr_load_internal()
reads 5 variables and writes 2 variables:
lv_event_code_t::LV_EVENT_SCREEN_UNLOAD_START
lv_event_code_t::LV_EVENT_SCREEN_LOAD_START
lv_event_code_t::LV_EVENT_SCREEN_LOADED
lv_event_code_t::LV_EVENT_SCREEN_UNLOADED
lv_display_t::act_scr
All items filtered out
scr_load_internal()
lv_display_t::act_scr
lv_display_t::scr_to_load
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