rgb_panel sample
lv_draw_label_dsc_t
is only used within rgb_panel 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
rgb_panel sample
lv_draw_label_dsc_t
lv_draw_label_dsc_t struct
TYPEDEFS
Syntax
Show:
Summary
Declaration
from
lv_draw_label.h:32
typedef
struct
{
lv_draw_dsc_base_t
base
;
const
char
*
text
;
const
lv_font_t
*
font
;
uint32_t
sel_start
;
uint32_t
sel_end
;
lv_color_t
color
;
lv_color_t
sel_color
;
lv_color_t
sel_bg_color
;
int32_t
line_space
;
int32_t
letter_space
;
int32_t
ofs_x
;
int32_t
ofs_y
;
lv_opa_t
opa
;
lv_base_dir_t
bidi_dir
;
lv_text_align_t
align
;
lv_text_flag_t
flag
;
lv_text_decor_t
decor
:
3
;
lv_blend_mode_t
blend_mode
:
3
;
uint8_t
text_local
:
1
;
lv_draw_label_hint_t
*
hint
;
}
lv_draw_label_dsc_t
;
Fields
Field
Declared as
Description
lv_draw_label_dsc_t::base
lv_draw_dsc_base_t
lv_draw_label_dsc_t::text
const
char
*
lv_draw_label_dsc_t::font
const
lv_font_t
*
lv_draw_label_dsc_t::sel_start
uint32_t
lv_draw_label_dsc_t::sel_end
uint32_t
lv_draw_label_dsc_t::color
lv_color_t
lv_draw_label_dsc_t::sel_color
lv_color_t
lv_draw_label_dsc_t::sel_bg_color
lv_color_t
lv_draw_label_dsc_t::line_space
int32_t
lv_draw_label_dsc_t::letter_space
int32_t
lv_draw_label_dsc_t::ofs_x
int32_t
lv_draw_label_dsc_t::ofs_y
int32_t
lv_draw_label_dsc_t::opa
lv_opa_t
lv_draw_label_dsc_t::bidi_dir
lv_base_dir_t
lv_draw_label_dsc_t::align
lv_text_align_t
lv_draw_label_dsc_t::flag
lv_text_flag_t
lv_draw_label_dsc_t::decor
lv_text_decor_t
:
3
lv_draw_label_dsc_t::blend_mode
lv_blend_mode_t
:
3
lv_draw_label_dsc_t::text_local
uint8_t
:
1
< 1: malloc buffer and copy `text` there. 0: `text` is const and it's pointer will be valid during rendering.
lv_draw_label_dsc_t::hint
lv_draw_label_hint_t
*
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