i80_controller sample
lv_scale_section_t::minor_range
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_scale_section_t::minor_range
lv_scale_section_t::minor_range field
Syntax
Show:
Summary
Declaration
from
lv_scale_private.h:34
int32_t
minor_range
;
Examples
References
from
examples
Code
Location
Referrer
int32_t
minor_range
;
lv_scale_private.h:34
section
->
minor_range
=
0U
;
lv_scale.c:338
lv_scale_add_section()
section
->
minor_range
=
minor_range
;
lv_scale.c:354
lv_scale_section_set_range()
if
(
section
->
minor_range
<=
tick_value
&&
section
->
major_range
>=
tick_value
)
{
lv_scale.c:577
scale_draw_indicator()
if
(
section
->
minor_range
<=
tick_value
&&
section
->
major_range
>=
tick_value
)
{
lv_scale.c:713
scale_calculate_main_compensation()
const
int32_t
section_start_angle
=
lv_map
(
section
->
minor_range
,
scale
->
range_min
,
scale
->
range_max
,
scale
->
rotation
,
lv_scale.c:891
scale_draw_main()
if
(
section
->
minor_range
<=
tick_value
&&
section
->
major_range
>=
tick_value
)
{
lv_scale.c:1330
scale_find_section_tick_idx()
if
(
section
->
minor_range
<=
tick_value
&&
section
->
major_range
>=
tick_value
)
{
lv_scale.c:1443
scale_store_section_line_tick_width_compensation()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_scale_section_t::minor_range
is written by 2 functions and is read by 5 functions:
lv_scale_add_section()
lv_scale_section_set_range()
All items filtered out
lv_scale_section_t::minor_range
scale_draw_indicator()
scale_calculate_main_compensation()
scale_draw_main()
scale_find_section_tick_idx()
scale_store_section_line_tick_width_compensation()
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