lv_label_t is only used within rgb_panel sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
char *
union { char * tmp_ptr; char tmp[LV_LABEL_DOT_NUM + 1]; }
uint32_t
The real text length, used in dot mode.
uint32_t
uint32_t
Text size cache.
Text draw position offset.
Determine what to do with the long texts.
uint8_t : 1
Flag to indicate the text is static.
uint8_t : 1
Ignore real width (used by the library with LV_LABEL_LONG_SCROLL).
uint8_t : 1
1: dot is allocated, 0: dot directly holds up to 4 chars.
uint8_t : 1
1: Recalculate size and update cache.

References

from examples