i80_controller sample
page_obj_init()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (1/4)...
Files
loading (2/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
page_obj_init()
page_obj_init() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_example_anim_3.c:31
static
void
page_obj_init
(
lv_obj_t
*
par
)
;
Implemented in
lv_example_anim_3.c:120
Arguments
Argument
par
Examples
References
from
examples
Code
Location
Referrer
static
void
page_obj_init
(
lv_obj_t
*
par
)
lv_example_anim_3.c:120
static
void
page_obj_init
(
lv_obj_t
*
par
)
;
lv_example_anim_3.c:31
page_obj_init
(
cont
)
;
lv_example_anim_3.c:51
lv_example_anim_3()
Call Tree
from
examples
page_obj_init()
is called by 1 function and calls 21 functions:
lv_example_anim_3()
All items filtered out
page_obj_init()
lv_obj_set_style_size()
lv_obj_set_style_pad_all()
lv_obj_set_size()
lv_obj_set_align()
lv_obj_center()
lv_palette_main()
lv_obj_create()
lv_obj_remove_flag()
lv_obj_add_event_cb()
lv_obj_set_grid_cell()
lv_obj_set_style_bg_color()
lv_chart_create()
lv_chart_set_type()
lv_chart_set_point_count()
lv_chart_set_range()
lv_chart_add_series()
lv_label_create()
lv_label_set_text()
lv_button_create()
lv_slider_create()
lv_slider_set_range()
All items filtered out
Data Use
from
examples
page_obj_init()
reads 23 variables and writes 8 variables:
lv_event_code_t::LV_EVENT_CLICKED
lv_event_code_t::LV_EVENT_VALUE_CHANGED
lv_align_t::LV_ALIGN_TOP_LEFT
lv_palette_t::LV_PALETTE_RED
::LV_PART_MAIN
::LV_PART_INDICATOR
::LV_PART_KNOB
lv_obj_flag_t::LV_OBJ_FLAG_SCROLLABLE
lv_grid_align_t::LV_GRID_ALIGN_START
lv_grid_align_t::LV_GRID_ALIGN_STRETCH
lv_chart_type_t::LV_CHART_TYPE_SCATTER
lv_chart_axis_t::LV_CHART_AXIS_PRIMARY_Y
lv_chart_axis_t::LV_CHART_AXIS_PRIMARY_X
slider_event_cb()
::anim_obj
::chart
::p1_slider
::p1_label
::p2_slider
::p2_label
::run_btn
ginfo
run_button_event_handler()
All items filtered out
page_obj_init()
::anim_obj
::chart
::ser1
::p1_slider
::p1_label
::p2_slider
::p2_label
::run_btn
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