i80_controller sample
lv_obj_create()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
lv_obj_create()
lv_obj_create() function
MACROS GLOBAL FUNCTIONS
Syntax
Show:
Summary
Declaration
Definition
from
lv_obj.h:229
lv_obj_t
*
lv_obj_create
(
lv_obj_t
*
parent
)
;
Implemented in
lv_obj.c:213
Arguments
Argument
parent
Examples
References
from
examples
Code
Location
Referrer
lv_obj_t
*
lv_obj_create
(
lv_obj_t
*
parent
)
lv_obj.c:213
lv_obj_t
*
lv_obj_create
(
lv_obj_t
*
parent
)
;
lv_obj.h:229
disp
->
bottom_layer
=
lv_obj_create
(
NULL
)
;
/*Create bottom layer on the display*/
lv_display.c:124
lv_display_create()
disp
->
act_scr
=
lv_obj_create
(
NULL
)
;
/*Create a default screen on the display*/
lv_display.c:125
lv_display_create()
disp
->
top_layer
=
lv_obj_create
(
NULL
)
;
/*Create top layer on the display*/
lv_display.c:126
lv_display_create()
disp
->
sys_layer
=
lv_obj_create
(
NULL
)
;
/*Create sys layer on the display*/
lv_display.c:127
lv_display_create()
lv_obj_t
*
obj
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_anim_2.c:20
lv_example_anim_2()
lv_obj_t
*
cont
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_anim_3.c:43
lv_example_anim_3()
ginfo
.
anim_obj
=
lv_obj_create
(
par
)
;
lv_example_anim_3.c:122
page_obj_init()
lv_obj_t
*
obj1
=
lv_obj_create
(
par
)
;
lv_example_anim_timeline_1.c:87
lv_example_anim_timeline_1()
lv_obj_t
*
obj2
=
lv_obj_create
(
par
)
;
lv_example_anim_timeline_1.c:91
lv_example_anim_timeline_1()
lv_obj_t
*
obj3
=
lv_obj_create
(
par
)
;
lv_example_anim_timeline_1.c:95
lv_example_anim_timeline_1()
lv_obj_t
*
main_cont
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_chart_2.c:10
lv_example_chart_2()
lv_obj_t
*
wrapper
=
lv_obj_create
(
main_cont
)
;
lv_example_chart_2.c:16
lv_example_chart_2()
lv_obj_t
*
cont1
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_checkbox_2.c:55
lv_example_checkbox_2()
lv_obj_t
*
cont2
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_checkbox_2.c:68
lv_example_checkbox_2()
lv_obj_t
*
cont
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_event_3.c:25
lv_example_event_3()
lv_obj_t
*
cont
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_event_4.c:52
lv_example_event_4()
lv_obj_t
*
cont_row
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_flex_1.c:10
lv_example_flex_1()
lv_obj_t
*
cont_col
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_flex_1.c:16
lv_example_flex_1()
lv_obj_t
*
cont
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_flex_2.c:15
lv_example_flex_2()
lv_obj_t
*
obj
=
lv_obj_create
(
cont
)
;
lv_example_flex_2.c:22
lv_example_flex_2()
lv_obj_t
*
cont
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_flex_3.c:9
lv_example_flex_3()
obj
=
lv_obj_create
(
cont
)
;
lv_example_flex_3.c:15
lv_example_flex_3()
obj
=
lv_obj_create
(
cont
)
;
lv_example_flex_3.c:18
lv_example_flex_3()
obj
=
lv_obj_create
(
cont
)
;
lv_example_flex_3.c:22
lv_example_flex_3()
obj
=
lv_obj_create
(
cont
)
;
lv_example_flex_3.c:26
lv_example_flex_3()
lv_obj_t
*
cont
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_flex_4.c:10
lv_example_flex_4()
lv_obj_t
*
obj
=
lv_obj_create
(
cont
)
;
lv_example_flex_4.c:17
lv_example_flex_4()
lv_obj_t
*
cont
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_flex_5.c:19
lv_example_flex_5()
lv_obj_t
*
obj
=
lv_obj_create
(
cont
)
;
lv_example_flex_5.c:26
lv_example_flex_5()
lv_obj_t
*
cont
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_flex_6.c:10
lv_example_flex_6()
lv_obj_t
*
obj
=
lv_obj_create
(
cont
)
;
lv_example_flex_6.c:18
lv_example_flex_6()
lv_obj_t
*
cont
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_grid_1.c:13
lv_example_grid_1()
lv_obj_t
*
cont
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_grid_2.c:13
lv_example_grid_2()
obj
=
lv_obj_create
(
cont
)
;
lv_example_grid_2.c:22
lv_example_grid_2()
obj
=
lv_obj_create
(
cont
)
;
lv_example_grid_2.c:30
lv_example_grid_2()
obj
=
lv_obj_create
(
cont
)
;
lv_example_grid_2.c:38
lv_example_grid_2()
obj
=
lv_obj_create
(
cont
)
;
lv_example_grid_2.c:46
lv_example_grid_2()
obj
=
lv_obj_create
(
cont
)
;
lv_example_grid_2.c:54
lv_example_grid_2()
lv_obj_t
*
cont
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_grid_3.c:20
lv_example_grid_3()
obj
=
lv_obj_create
(
cont
)
;
lv_example_grid_3.c:32
lv_example_grid_3()
lv_obj_t
*
cont
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_grid_4.c:15
lv_example_grid_4()
obj
=
lv_obj_create
(
cont
)
;
lv_example_grid_4.c:28
lv_example_grid_4()
lv_obj_t
*
cont
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_grid_5.c:25
lv_example_grid_5()
obj
=
lv_obj_create
(
cont
)
;
lv_example_grid_5.c:37
lv_example_grid_5()
lv_obj_t
*
cont
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_grid_6.c:14
lv_example_grid_6()
obj
=
lv_obj_create
(
cont
)
;
lv_example_grid_6.c:27
lv_example_grid_6()
lv_obj_t
*
cont_brightness
=
lv_obj_create
(
content
)
;
lv_example_msgbox_2.c:30
lv_example_msgbox_2()
lv_obj_t
*
cont_speed
=
lv_obj_create
(
content
)
;
lv_example_msgbox_2.c:41
lv_example_msgbox_2()
obj1
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_obj_1.c:7
lv_example_obj_1()
obj2
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_obj_1.c:18
lv_example_obj_1()
obj
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_obj_2.c:25
lv_example_obj_2()
lv_obj_t
*
panel
=
lv_obj_create
(
parent
)
;
lv_example_observer_6.c:109
my_panel_create()
lv_obj_t
*
panel
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_scroll_1.c:10
lv_example_scroll_1()
child
=
lv_obj_create
(
panel
)
;
lv_example_scroll_1.c:17
lv_example_scroll_1()
child
=
lv_obj_create
(
panel
)
;
lv_example_scroll_1.c:24
lv_example_scroll_1()
child
=
lv_obj_create
(
panel
)
;
lv_example_scroll_1.c:35
lv_example_scroll_1()
lv_obj_t
*
panel
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_scroll_2.c:22
lv_example_scroll_2()
lv_obj_t
*
obj
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_scroll_4.c:9
lv_example_scroll_4()
lv_obj_t
*
cont
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_scroll_6.c:53
lv_example_scroll_6()
lv_obj_t
*
obj
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_style_1.c:24
lv_example_style_1()
lv_obj_t
*
obj
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_style_10.c:33
lv_example_style_10()
lv_obj_t
*
obj_base
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_style_11.c:31
lv_example_style_11()
lv_obj_t
*
obj_warning
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_style_11.c:40
lv_example_style_11()
lv_obj_t
*
obj
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_style_12.c:15
lv_example_style_12()
lv_obj_t
*
obj
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_style_2.c:30
lv_example_style_2()
lv_obj_t
*
obj
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_style_3.c:24
lv_example_style_3()
lv_obj_t
*
obj
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_style_4.c:23
lv_example_style_4()
lv_obj_t
*
obj
=
lv_obj_create
(
lv_screen_active
(
)
)
;
lv_example_style_5.c:22
lv_example_style_5()
menu
->
storage
=
lv_obj_create
(
obj
)
;
lv_menu.c:537
lv_menu_constructor()
lv_obj_t
*
page
=
lv_obj_create
(
cont
)
;
lv_tabview.c:75
lv_tabview_add_tab()
lv_obj_create
(
obj
)
;
lv_tabview.c:277
lv_tabview_constructor()
cont
=
lv_obj_create
(
obj
)
;
lv_tabview.c:278
lv_tabview_constructor()
lv_obj_t
*
header
=
lv_obj_create
(
obj
)
;
lv_win.c:100
lv_win_constructor()
lv_obj_t
*
cont
=
lv_obj_create
(
obj
)
;
lv_win.c:105
lv_win_constructor()
Call Tree
from
examples
lv_obj_create()
is called by 41 functions and calls 2 functions:
lv_display_create()
lv_menu_constructor()
lv_tabview_add_tab()
lv_tabview_constructor()
lv_win_constructor()
lv_example_anim_2()
lv_example_anim_3()
page_obj_init()
lv_example_anim_timeline_1()
lv_example_event_3()
lv_example_event_4()
lv_example_flex_1()
lv_example_flex_2()
lv_example_flex_3()
lv_example_flex_4()
lv_example_flex_5()
lv_example_flex_6()
lv_example_grid_1()
lv_example_grid_2()
lv_example_grid_3()
lv_example_grid_4()
lv_example_grid_5()
lv_example_grid_6()
my_panel_create()
lv_example_scroll_1()
lv_example_scroll_2()
lv_example_scroll_4()
lv_example_scroll_6()
lv_example_style_1()
lv_example_style_10()
lv_example_style_11()
lv_example_style_12()
lv_example_style_2()
lv_example_style_3()
lv_example_style_4()
lv_example_style_5()
lv_example_chart_2()
lv_example_checkbox_2()
lv_example_msgbox_2()
lv_example_obj_1()
lv_example_obj_2()
All items filtered out
lv_obj_create()
lv_obj_class_create_obj()
lv_obj_class_init_obj()
All items filtered out
Data Use
from
examples
lv_obj_create()
:
All items filtered out
lv_obj_create()
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