Dezibot 4
Loading...
Searching...
No Matches
CharTable.h File Reference

LookUpTable for 8x8 Pixel Characters for an SSD1306 Display. More...

+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

LookUpTable for 8x8 Pixel Characters for an SSD1306 Display.

Author
Hans Haupt (hans..nosp@m.haup.nosp@m.t@dez.nosp@m.ibot.nosp@m..de)
Version
0.1
Date
2024-05-24

Definition in file CharTable.h.

Variable Documentation

◆ font8x8_colwise

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.