Dezibot 4
|
LookUpTable for 8x8 Pixel Characters for an SSD1306 Display. More...
Go to the source code of this file.
Variables | |
const char | font8x8_colwise [128][9] |
First index specifies the index, where index equals the ascii encoding unprintable characters are encode as all zero the first byte in an entry is the cmd_byte for SSD1306 and therefore not printed Encoding is colum wise, so first byte is the first column of the char and so on. | |
LookUpTable for 8x8 Pixel Characters for an SSD1306 Display.
Definition in file CharTable.h.
const char font8x8_colwise[128][9] |
First index specifies the index, where index equals the ascii encoding unprintable characters are encode as all zero the first byte in an entry is the cmd_byte for SSD1306 and therefore not printed Encoding is colum wise, so first byte is the first column of the char and so on.
Definition at line 20 of file CharTable.h.