ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
#include <font.h>
Data Fields | |
int | Offset |
uint8_t | Width |
uint8_t | Height |
int8_t | X |
int8_t | Y |
uint8_t _fontspecs::Height |
Definition at line 53 of file font.h.
Referenced by AdjustFontTable(), ComputeGapSize(), font_attr(), FontAdjustFull(), FontAdjustSmall(), FontPreview(), FontPreviewFull(), FontPreviewProportional(), InitFonts(), ReadBdf(), WriteCharacterBits(), and WriteFontTable().
int _fontspecs::Offset |
Definition at line 51 of file font.h.
Referenced by ComputeGapSize(), font_attr(), FontAdjustFull(), FontAdjustSmall(), FontPreview(), FontPreviewFull(), FontPreviewProportional(), InitFonts(), ReadBdf(), WriteCharacterBits(), and WriteFontTable().
uint8_t _fontspecs::Width |
Definition at line 52 of file font.h.
Referenced by AdjustFontTable(), ComputeGapSize(), font_attr(), FontAdjustFull(), FontAdjustSmall(), FontPreview(), FontPreviewFull(), FontPreviewProportional(), InitFonts(), ReadBdf(), WriteCharacterBits(), and WriteFontTable().
int8_t _fontspecs::X |
Definition at line 54 of file font.h.
Referenced by AdjustFontTable(), font_attr(), FontAdjustFull(), FontAdjustSmall(), FontPreview(), FontPreviewFull(), FontPreviewProportional(), InitFonts(), ReadBdf(), WriteCharacterBits(), and WriteFontTable().
int8_t _fontspecs::Y |
Definition at line 55 of file font.h.
Referenced by AdjustFontTable(), font_attr(), FontAdjustFull(), FontAdjustSmall(), FontPreview(), FontPreviewFull(), FontPreviewProportional(), InitFonts(), ReadBdf(), WriteCharacterBits(), and WriteFontTable().