i2c_oled sample
lv_draw_label_dsc_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_draw_label_dsc_t
lv_draw_label_dsc_t struct
TYPEDEFS
Syntax
Show:
Summary
Declaration
from
lv_draw_label.h:30
typedef
struct
{
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
;
lv_coord_t
line_space
;
lv_coord_t
letter_space
;
lv_coord_t
ofs_x
;
lv_coord_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
;
}
lv_draw_label_dsc_t
;
Fields
Field
Declared as
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::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
lv_coord_t
lv_draw_label_dsc_t::letter_space
lv_coord_t
lv_draw_label_dsc_t::ofs_x
lv_coord_t
lv_draw_label_dsc_t::ofs_y
lv_coord_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