| 
    SSD1306 OLED display driver
    1.8.2
    
   This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays 
   | 
 
Go to the source code of this file.
Functions | |
| void | ili9341_setRotation (uint8_t rotation) | 
| Sets screen orientation (rotation)  More... | |
| void | ili9341_rotateOutput (uint8_t on) | 
| Sets rotation of all output functions.  More... | |
| void | ili9341_setMode (lcd_mode_t mode) | 
| Sets GDRAM autoincrement mode.  More... | |
| void | ili9341_240x320_init (void) | 
| Inits 240x320 RGB OLED display (based on ili9341 controller).  More... | |
| void | ili9341_240x320_spi_init (int8_t rstPin, int8_t cesPin, int8_t dcPin) | 
| Inits 240x320 RGB TFT display over spi (based on ili9341 controller).  More... | |
support for RGB TFT 320x240 display
Definition in file lcd_ili9341.h.
 1.8.13