rgb_panel sample
lv_draw_glyph_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_glyph_dsc_t
lv_draw_glyph_dsc_t struct
Syntax
Show:
Summary
Declaration
Definition
from
lv_types.h:156
typedef
struct
lv_draw_glyph_dsc_t
lv_draw_glyph_dsc_t
;
Implemented in
lv_draw_label_private.h:44
Fields
Field
Declared as
Description
lv_draw_glyph_dsc_t::glyph_data
void
*
Depends on `format` field, it could be image source or draw buf of bitmap or vector data.
lv_draw_glyph_dsc_t::format
lv_font_glyph_format_t
lv_draw_glyph_dsc_t::letter_coords
const
lv_area_t
*
lv_draw_glyph_dsc_t::bg_coords
const
lv_area_t
*
lv_draw_glyph_dsc_t::g
const
lv_font_glyph_dsc_t
*
lv_draw_glyph_dsc_t::color
lv_color_t
lv_draw_glyph_dsc_t::opa
lv_opa_t
lv_draw_glyph_dsc_t::_draw_buf
lv_draw_buf_t
*
a shared draw buf for get_bitmap, do not use it directly, use glyph_data instead.
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