#include "board.h"
Go to the source code of this file.
Variables | |
const uint8_t | pCharset10x14 [] |
Char set of font 10x14. | |
const uint8_t | FONT6x8 [97][8] |
Char set of font 6x8. | |
const uint8_t | FONT8x8 [97][8] |
Char set of font 8x8. | |
const uint8_t | FONT8x16 [97][16] |
Char set of font 8x16. |
Font 10x14 table definition.
Definition in file lcd_fontsize.c.
const uint8_t pCharset10x14[] |