i80_controller sample
lv_display_t::scr_to_load
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
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_display_t::scr_to_load
lv_display_t::scr_to_load field
The screen prepared to load in lv_screen_load_anim
Syntax
Show:
Summary
Declaration
from
lv_display_private.h:129
lv_obj_t
*
scr_to_load
;
Examples
References
from
examples
Code
Location
Referrer
lv_obj_t
*
scr_to_load
;
/**< The screen prepared to load in lv_screen_load_anim*/
lv_display_private.h:129
if
(
act_scr
==
new_scr
||
d
->
scr_to_load
==
new_scr
)
{
lv_display.c:592
lv_screen_load_anim()
if
(
d
->
scr_to_load
&&
act_scr
!=
d
->
scr_to_load
)
{
lv_display.c:598
lv_screen_load_anim()
lv_anim_delete
(
d
->
scr_to_load
,
NULL
)
;
lv_display.c:599
lv_screen_load_anim()
lv_obj_set_pos
(
d
->
scr_to_load
,
0
,
0
)
;
lv_display.c:600
lv_screen_load_anim()
lv_obj_remove_local_style_prop
(
d
->
scr_to_load
,
LV_STYLE_OPA
,
0
)
;
lv_display.c:601
lv_screen_load_anim()
act_scr
=
d
->
scr_to_load
;
/*Active screen changed.*/
lv_display.c:604
lv_screen_load_anim()
scr_load_internal
(
d
->
scr_to_load
)
;
lv_display.c:606
lv_screen_load_anim()
d
->
scr_to_load
=
new_scr
;
lv_display.c:609
lv_screen_load_anim()
d
->
scr_to_load
=
NULL
;
lv_display.c:1065
scr_load_internal()
d
->
scr_to_load
=
NULL
;
lv_display.c:1108
scr_anim_completed()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_display_t::scr_to_load
is written by 3 functions and is read by 1 function:
lv_screen_load_anim()
scr_load_internal()
scr_anim_completed()
All items filtered out
lv_display_t::scr_to_load
lv_screen_load_anim()
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