| 
| 
  | ILI9341 (int8_t DC, int8_t RST, int8_t CS=-1) | 
|   | 
| 
void  | init () | 
|   | 
| 
void  | begin () | 
|   | 
| 
void  | setAddrWindow (uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1) | 
|   | 
| 
void  | pushColor (uint16_t color) | 
|   | 
| 
void  | fillScreen (uint16_t color=BLACK) | 
|   | 
| 
void  | clearScreen () | 
|   | 
| 
void  | drawPixel (int16_t x, int16_t y, uint16_t color) | 
|   | 
| 
void  | drawFastVLine (int16_t x, int16_t y, int16_t h, uint16_t color) | 
|   | 
| 
void  | drawFastHLine (int16_t x, int16_t y, int16_t w, uint16_t color) | 
|   | 
| 
void  | fillRect (int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color) | 
|   | 
| 
void  | drawImage (int16_t x, int16_t y, int16_t w, int16_t h, uint16_t *img) | 
|   | 
| 
void  | drawImageF (int16_t x, int16_t y, int16_t w, int16_t h, const uint16_t *img16) | 
|   | 
| 
void  | drawImageF (int16_t x, int16_t y, const uint16_t *img16) | 
|   | 
| 
void  | setRotation (uint8_t r) | 
|   | 
| 
void  | invertDisplay (boolean mode) | 
|   | 
| 
void  | partialDisplay (boolean mode) | 
|   | 
| 
void  | sleepDisplay (boolean mode) | 
|   | 
| 
void  | enableDisplay (boolean mode) | 
|   | 
| 
void  | idleDisplay (boolean mode) | 
|   | 
| 
void  | resetDisplay () | 
|   | 
| 
void  | setScrollArea (uint16_t tfa, uint16_t bfa) | 
|   | 
| 
void  | setScroll (uint16_t vsp) | 
|   | 
| 
void  | setPartArea (uint16_t sr, uint16_t er) | 
|   | 
| 
uint16_t  | Color565 (uint8_t r, uint8_t g, uint8_t b) | 
|   | 
| 
uint16_t  | color565 (uint8_t r, uint8_t g, uint8_t b) | 
|   | 
| 
void  | rgbWheel (int idx, uint8_t *_r, uint8_t *_g, uint8_t *_b) | 
|   | 
| 
uint16_t  | rgbWheel (int idx) | 
|   |