i2c_oled sample
lv_label_t
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
lv_label_t struct
Syntax
Show:
Summary
Declaration
from
lv_label.h:53
typedef
struct
{
lv_obj_t
obj
;
char
*
text
;
union
{
char
*
tmp_ptr
;
char
tmp
[
LV_LABEL_DOT_NUM
+
1
]
;
}
dot
;
uint32_t
dot_end
;
#if
LV_LABEL_LONG_TXT_HINT
lv_draw_label_hint_t
hint
;
#endif
#if
LV_LABEL_TEXT_SELECTION
uint32_t
sel_start
;
uint32_t
sel_end
;
#endif
lv_point_t
offset
;
lv_label_long_mode_t
long_mode
:
3
;
uint8_t
static_txt
:
1
;
uint8_t
recolor
:
1
;
uint8_t
expand
:
1
;
uint8_t
dot_tmp_alloc
:
1
;
}
lv_label_t
;
Fields
Field
Declared as
lv_label_t::static_txt
uint8_t
:
1
lv_label_t::recolor
uint8_t
:
1
lv_label_t::expand
uint8_t
:
1
lv_label_t::dot_tmp_alloc
uint8_t
:
1
lv_label_t::obj
lv_obj_t
lv_label_t::text
char
*
lv_label_t::dot
union
{
char
*
tmp_ptr
;
char
tmp
[
LV_LABEL_DOT_NUM
+
1
]
;
}
lv_label_t::dot_end
uint32_t
lv_label_t::hint
lv_draw_label_hint_t
lv_label_t::sel_start
uint32_t
lv_label_t::sel_end
uint32_t
lv_label_t::offset
lv_point_t
lv_label_t::long_mode
lv_label_long_mode_t
:
3
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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