|
ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
Go to the source code of this file.
Data Structures | |
| struct | _bdffile |
| struct | _fontspecs |
| struct | _fontinfo |
| struct | _font |
| struct | _fontc |
Macros | |
| #define | MAXFONTS 256 /* Maximum number of fonts to convert at one time */ |
| #define | MAXGLYPHS 256 /* Max Glyphs Per Font */ |
| #define | MAXWIDTH 127 /* Max Character Width */ |
| #define | MAXHEIGHT 127 /* Max Character Height */ |
| #define MAXFONTS 256 /* Maximum number of fonts to convert at one time */ |
BDF = Glyph Bitmap Distribution Format See: http://en.wikipedia.org/wiki/Glyph_Bitmap_Distribution_Format
1.8.11