Font structure.
Data Fields | |
char_t | first |
The first character code in the fontMap array. | |
char_t | last |
The last character code in the fontMap array. | |
bool | ascii |
Specifies whether the font map is indexed accordingly to ASCII character codes: true - the font is ASCII-coded alphanumeric (e.g. More... | |
uint8_t const * | fontMap |
The pointer to the font segment/pixel map array. More... | |
bool cy_stc_seglcd_font_t::ascii |
Specifies whether the font map is indexed accordingly to ASCII character codes: true - the font is ASCII-coded alphanumeric (e.g.
a basic set "space" (ASCII 0x20) - "tilde"(ASCII 0x7E)); false - the font is e.g. pure numeric (0x0...0xF only), or any other custom character set.
uint8_t const* cy_stc_seglcd_font_t::fontMap |
The pointer to the font segment/pixel map array.