i80_controller sample
lv_scale_constructor()
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_scale_constructor()
lv_scale_constructor() function
STATIC FUNCTIONS
Syntax
Show:
Summary
Declaration
Definition
from
lv_scale.c:38
static
void
lv_scale_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
Implemented in
lv_scale.c:432
Arguments
Argument
class_p
obj
Examples
References
from
examples
Code
Location
static
void
lv_scale_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
lv_scale.c:432
static
void
lv_scale_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
lv_scale.c:38
.
constructor_cb
=
lv_scale_constructor
,
lv_scale.c:75
Call Tree
from
examples
lv_scale_constructor()
calls 2 functions:
All items filtered out
lv_scale_constructor()
lv_obj_remove_flag()
lv_ll_init()
All items filtered out
Data Use
from
examples
lv_scale_constructor()
reads 2 variables and writes 14 variables:
lv_obj_flag_t::LV_OBJ_FLAG_SCROLLABLE
lv_scale_mode_t::LV_SCALE_MODE_HORIZONTAL_BOTTOM
All items filtered out
lv_scale_constructor()
lv_scale_t::txt_src
lv_scale_t::mode
lv_scale_t::range_min
lv_scale_t::range_max
lv_scale_t::total_tick_count
lv_scale_t::major_tick_every
lv_scale_t::label_enabled
lv_scale_t::post_draw
lv_scale_t::draw_ticks_on_top
lv_scale_t::angle_range
lv_scale_t::rotation
lv_scale_t::custom_label_cnt
lv_scale_t::last_tick_width
lv_scale_t::first_tick_width
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
lv_scale_constructor()
is implemented by 1 functions:
All items filtered out
lv_scale_constructor()
lv_obj_class_t::constructor_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out