i80_controller sample
create_slider()
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
create_slider()
create_slider() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_example_image_2.c:4
static
lv_obj_t
*
create_slider
(
lv_color_t
color
)
;
Implemented in
lv_example_image_2.c:52
Arguments
Argument
color
Examples
References
from
examples
Code
Location
Referrer
static
lv_obj_t
*
create_slider
(
lv_color_t
color
)
lv_example_image_2.c:52
static
lv_obj_t
*
create_slider
(
lv_color_t
color
)
;
lv_example_image_2.c:4
red_slider
=
create_slider
(
lv_palette_main
(
LV_PALETTE_RED
)
)
;
lv_example_image_2.c:16
lv_example_image_2()
green_slider
=
create_slider
(
lv_palette_main
(
LV_PALETTE_GREEN
)
)
;
lv_example_image_2.c:17
lv_example_image_2()
blue_slider
=
create_slider
(
lv_palette_main
(
LV_PALETTE_BLUE
)
)
;
lv_example_image_2.c:18
lv_example_image_2()
intense_slider
=
create_slider
(
lv_palette_main
(
LV_PALETTE_GREY
)
)
;
lv_example_image_2.c:19
lv_example_image_2()
Call Tree
from
examples
create_slider()
is called by 1 function and calls 7 functions:
lv_example_image_2()
All items filtered out
create_slider()
lv_screen_active()
lv_obj_set_size()
lv_color_darken()
lv_obj_add_event_cb()
lv_obj_set_style_bg_color()
lv_slider_create()
lv_slider_set_range()
All items filtered out
Data Use
from
examples
create_slider()
reads 5 variables:
lv_event_code_t::LV_EVENT_VALUE_CHANGED
::LV_OPA_40
::LV_PART_INDICATOR
::LV_PART_KNOB
slider_event_cb()
All items filtered out
create_slider()
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