i2c_oled sample
lv_label_revert_dots()
is only used within i2c_oled 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
i2c_oled sample
lv_label_revert_dots()
lv_label_revert_dots() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_label.c:44
static
void
lv_label_revert_dots
(
lv_obj_t
*
label
)
;
Implemented in
lv_label.c:1172
Arguments
Argument
label
Examples
References
from
examples
Code
Location
Referrer
static
void
lv_label_revert_dots
(
lv_obj_t
*
obj
)
lv_label.c:1172
static
void
lv_label_revert_dots
(
lv_obj_t
*
label
)
;
lv_label.c:44
lv_label_revert_dots
(
obj
)
;
lv_label.c:212
lv_label_set_long_mode()
lv_label_revert_dots
(
obj
)
;
lv_label.c:749
lv_label_event()
lv_label_revert_dots
(
obj
)
;
lv_label.c:762
lv_label_event()
Call Tree
from
examples
lv_label_revert_dots()
is called by 2 functions and calls 3 functions:
lv_label_set_long_mode()
lv_label_event()
All items filtered out
lv_label_revert_dots()
_lv_txt_encoded_get_byte_id
lv_label_get_dot_tmp()
lv_label_dot_tmp_free()
All items filtered out
Data Use
from
examples
lv_label_revert_dots()
reads 4 variables and writes 1 variable:
::LV_LABEL_LONG_DOT
lv_label_t::text
lv_label_t::dot_end
lv_label_t::long_mode
All items filtered out
lv_label_revert_dots()
lv_label_t::dot_end
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