lv_font_fmt_txt_cmap_t is only used within i2c_oled sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
uint32_t
First Unicode character for this range.
uint16_t
Number of Unicode characters related to this range. Last Unicode character = range_start + range_length - 1.
uint16_t
First glyph ID (array index of `glyph_dsc`) for this range.
const uint16_t *
const void *
if(type == LV_FONT_FMT_TXT_CMAP_FORMAT0_...) it's `uint8_t *` if(type == LV_FONT_FMT_TXT_CMAP_SPARSE_...) it's `uint16_t *`.
uint16_t
Length of `unicode_list` and/or `glyph_id_ofs_list`.
Type of this character map.

References

from examples