|
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
Definition at line 38 of file font.h.
Referenced by InitNames(), and main().
| #define MAXGLYPHS 256 /* Max Glyphs Per Font */ |
Definition at line 39 of file font.h.
Referenced by FontAdjustSmall(), and InitFonts().
| #define MAXHEIGHT 127 /* Max Character Height */ |
Definition at line 41 of file font.h.
Referenced by FontAdjustFull(), FontAdjustSmall(), and ReadBdf().
| #define MAXWIDTH 127 /* Max Character Width */ |
Definition at line 40 of file font.h.
Referenced by ComputeGapSize(), FontAdjustFull(), FontAdjustSmall(), and ReadBdf().
1.8.11