ESP8266 WiFi Development kit connect TFT LCD Display
Wiring Diagram
TFT LCD Pin VCC
TFT LCD Pin GND
TFT LCD Pin CS to GPIO_5
TFT LCD Pin RST to RST
TFT LCD Pin DC to GPIO_2
TFT LCD Pin MOSI to GPIO_13
TFT LCD Pin CLK to GPIO_14
TFT LCD Pin LED to +3.3 V.
TFT LCD Pin MISO ( not use )
Hardware
1.ESP8266 WiFi Module ( ESP8266 DevKit or NodeMCU )
2.TFT LCD 2.2 Inch : TFT01-2.2SP from Electrofreak (SPI Bus )
Software Test on Arduino IDE
Goto Menu
Files => Examples => Adafriut ILI9341 => graphictest
If you don't have that examples.
Must Include Library First
Goto Menu
Sketch => Include Library => Manage Library
Input "Adafruit ILI9341" in Filter your Search...
Your will find Adafruit ILI9341 Then Install it.
Now.Your will have Adafruit ILI9341 Examples.
Open Code and edit some pin
Changes
#define TFT_DC 9 to 2
#define TFT_CS 10 to 5
Test TFT LCD with my ESP8266 Development Board
My Blog
My Website