Searched refs:FONT_MAX_CHARS (Results 1 – 2 of 2) sorted by relevance
35 #define FONT_MAX_CHARS 256 macro83 extern uint8_t __vesacon_graphics_font[FONT_MAX_CHARS][FONT_MAX_HEIGHT];
55 uint8_t __vesacon_graphics_font[FONT_MAX_CHARS][FONT_MAX_HEIGHT];63 for (i = 0; i < FONT_MAX_CHARS; i++) { in unpack_font()