Notes, 2.2" LCD Model MSP2202 - mhightower83/Arduino-ESP8266-misc GitHub Wiki
My Notes on 2.2" LCD Model MSP2202
Links
- ILI9341 Datasheet
- Bodmer's Library TFT_eSPI can handle the ILI9341. It also has a terminal emulator example with scroll.
- LCD Wiki web page for 2.2inch SPI Module ILI9341 SKU:MSP2202
- LCD Wiki Github link for LCDWIKI_GUI (the project doesn't look very active)
- LCD Wiki Github link for LCDWIKI_SPI (the project doesn't look very active)
- For more Libraries Search for ILI9341 under Arduino Libraries Display
Pin settings used
// ESP8266
// CS DC/RS RESET SDI/MOSI SDO/MISO SCK LED VCC GND
//Arduino ESP8266 5 15 3.3V 13 12 14 3.3V 5V GND
//
#define TFT_DC 15
#define TFT_CS 5
#define TFT_MOSI 13
#define TFT_CLK 14
#define TFT_RST -1 // wire to 3.3V
#define TFT_MISO 12
//#define SD_CS 2 // Note used
//#define STMPE_CS 16 // Note used, no touch screen