ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
#include <font.h>
Data Fields | |
int8_t | index |
int8_t | flags |
int8_t | w |
int8_t | h |
int8_t | x |
int8_t | y |
int8_t | Width |
int8_t | Height |
int8_t | skip |
uint8_t * | ptr |
int8_t _fontc::flags |
Definition at line 92 of file font.h.
Referenced by font_attr().
int8_t _fontc::h |
Definition at line 94 of file font.h.
Referenced by font_attr(), and tft_drawChar().
int8_t _fontc::Height |
Definition at line 98 of file font.h.
Referenced by font_attr(), tft_cleareol(), tft_clearline(), tft_drawChar(), tft_get_font_height(), and tft_putch().
uint8_t * _fontc::ptr |
Definition at line 100 of file font.h.
Referenced by font_attr(), and tft_drawChar().
int8_t _fontc::skip |
Definition at line 99 of file font.h.
Referenced by font_attr(), and tft_drawChar().
int8_t _fontc::w |
Definition at line 93 of file font.h.
Referenced by font_attr(), and tft_drawChar().
int8_t _fontc::Width |
Definition at line 97 of file font.h.
Referenced by font_attr().
int8_t _fontc::x |
Definition at line 95 of file font.h.
Referenced by font_attr(), and tft_drawChar().
int8_t _fontc::y |
Definition at line 96 of file font.h.
Referenced by font_attr(), and tft_drawChar().