i2c_oled sample
lv_label_t::expand
is only used within i2c_oled 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
i2c_oled sample
lv_label_t::expand
lv_label_t::expand field
Syntax
Show:
Summary
Declaration
from
lv_label.h:75
uint8_t
expand
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
expand
:
1
;
/*Ignore real width (used by the library with LV_LABEL_LONG_SCROLL)*/
lv_label.h:75
label
->
expand
=
1
;
lv_label.c:206
lv_label_set_long_mode()
label
->
expand
=
0
;
lv_label.c:208
lv_label_set_long_mode()
if
(
label
->
expand
!=
0
)
flag
|=
LV_TEXT_FLAG_EXPAND
;
lv_label.c:325
lv_label_get_letter_pos()
if
(
label
->
expand
!=
0
)
flag
|=
LV_TEXT_FLAG_EXPAND
;
lv_label.c:426
lv_label_get_letter_on()
if
(
label
->
expand
!=
0
)
flag
|=
LV_TEXT_FLAG_EXPAND
;
lv_label.c:546
lv_label_is_char_under_pos()
if
(
label
->
expand
!=
0
)
flag
|=
LV_TEXT_FLAG_EXPAND
;
lv_label.c:773
lv_label_event()
if
(
label
->
expand
!=
0
)
flag
|=
LV_TEXT_FLAG_EXPAND
;
lv_label.c:802
draw_main()
if
(
label
->
expand
!=
0
)
flag
|=
LV_TEXT_FLAG_EXPAND
;
lv_label.c:914
lv_label_refr_text()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_label_t::expand
is written by 1 function and is read by 6 functions:
lv_label_set_long_mode()
All items filtered out
lv_label_t::expand
lv_label_get_letter_pos()
lv_label_get_letter_on()
lv_label_is_char_under_pos()
lv_label_event()
draw_main()
lv_label_refr_text()
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