rgb_panel sample
lv_font_glyph_format_t
is only used within rgb_panel sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rgb_panel sample
lv_font_glyph_format_t
lv_font_glyph_format_t enum
Syntax
Show:
Summary
Declaration
from
lv_font.h:37
enum
{
LV_FONT_GLYPH_FORMAT_NONE
=
0
,
LV_FONT_GLYPH_FORMAT_A1
=
0x01
,
LV_FONT_GLYPH_FORMAT_A2
=
0x02
,
LV_FONT_GLYPH_FORMAT_A4
=
0x04
,
LV_FONT_GLYPH_FORMAT_A8
=
0x08
,
LV_FONT_GLYPH_FORMAT_IMAGE
=
0x09
,
LV_FONT_GLYPH_FORMAT_VECTOR
=
0x0A
,
LV_FONT_GLYPH_FORMAT_SVG
=
0x0B
,
LV_FONT_GLYPH_FORMAT_CUSTOM
=
0xFF
,
}
;
Values
Value
Declared as
Description
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_A8
=
0x08
8 bit per pixel.
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_IMAGE
=
0x09
Image format Advanced formats.
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_VECTOR
=
0x0A
Vectorial format.
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_SVG
=
0x0B
SVG format.
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_CUSTOM
=
0xFF
Custom format.
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_NONE
=
0
Maybe not visible Legacy simple formats.
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_A1
=
0x01
1 bit per pixel.
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_A2
=
0x02
2 bit per pixel.
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_A4
=
0x04
4 bit per pixel.
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