ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
#include <ili9341.h>
Data Fields | |
int16_t | xpos |
int16_t | ypos |
int16_t | x |
int16_t | y |
int16_t | w |
int16_t | h |
uint16_t | font |
uint16_t | flags |
uint16_t | fg |
uint16_t | bg |
uint8_t | rotation |
uint8_t | tabstop |
uint16_t window::bg |
Definition at line 45 of file ili9341.h.
Referenced by test_types(), tft_bit_blit(), tft_cleareol(), tft_clearline(), tft_drawChar(), tft_init(), tft_putch(), tft_setTextColor(), tft_Vscroll(), tft_window_init(), and user_loop().
uint16_t window::fg |
Definition at line 44 of file ili9341.h.
Referenced by test_types(), tft_bit_blit(), tft_setTextColor(), and tft_window_init().
uint16_t window::flags |
Definition at line 43 of file ili9341.h.
Referenced by font_attr(), tft_drawChar(), tft_font_fixed(), tft_font_var(), tft_putch(), and tft_window_init().
uint16_t window::font |
Definition at line 42 of file ili9341.h.
Referenced by font_attr(), tft_set_font(), tft_set_textpos(), and tft_window_init().
int16_t window::h |
Definition at line 41 of file ili9341.h.
Referenced by test_types(), tft_drawChar(), tft_drawPixel(), tft_fillWin(), tft_flood(), tft_floodline(), tft_setRotation(), tft_Vscroll(), tft_window_clip(), tft_window_clip_args(), tft_window_init(), and user_loop().
uint8_t window::rotation |
Definition at line 46 of file ili9341.h.
Referenced by test_types(), tft_setRotation(), and tft_window_init().
uint8_t window::tabstop |
Definition at line 47 of file ili9341.h.
Referenced by tft_putch(), and tft_window_init().
int16_t window::w |
Definition at line 40 of file ili9341.h.
Referenced by test_types(), tft_cleareol(), tft_clearline(), tft_clip_xy(), tft_drawChar(), tft_drawPixel(), tft_fillWin(), tft_flood(), tft_floodline(), tft_putch(), tft_setRotation(), tft_Vscroll(), tft_window_clip(), tft_window_clip_args(), tft_window_init(), and user_loop().
int16_t window::x |
Definition at line 38 of file ili9341.h.
Referenced by tft_clip_xy(), tft_rel_window(), tft_setRotation(), tft_window_clip(), tft_window_clip_args(), and tft_window_init().
int16_t window::xpos |
Definition at line 36 of file ili9341.h.
Referenced by servertest_message(), tft_cleareol(), tft_clearline(), tft_drawChar(), tft_putch(), tft_set_textpos(), tft_setpos(), and tft_window_init().
int16_t window::y |
Definition at line 39 of file ili9341.h.
Referenced by tft_clip_xy(), tft_rel_window(), tft_setRotation(), tft_window_clip(), tft_window_clip_args(), and tft_window_init().
int16_t window::ypos |
Definition at line 37 of file ili9341.h.
Referenced by tft_cleareol(), tft_clearline(), tft_drawChar(), tft_putch(), tft_set_textpos(), tft_setpos(), and tft_window_init().