I have some Chinese clone of the mcufriend 2.4" touch320x400 TFT like this: https://www.banggood.com/it/2_4-Inch-TFT-LCD-Shield-Touch-Board-Display-Module-For-Arduino-UNO-p-940735.html?rmmds=myorder They work great with Uno and Mega and now I would like to use them with ESP8266.
With Arduino I use SW libraries Adafriut_GFX, Adafruit_TFTLCD and Touchscreen. The internal driver is ILI9325.
The ESP8266 model I would like to use is Wemos Lolin mounting a CH3406 like this one: http://www.ebay.it/itm/NodeMcu-Lua-ESP8266-CH340G-Modulo-WIFI-Internet-Development-Board-Modulo-/282565076621?hash=item41ca30e68d:g:8hsAAOSwtFtZf21P
I am looking for the pinout to connect the TFT to ESP8266 and for the supporting library.
Does anybody know the right pinout and library?
You do not have enough pins for that parallel Shield on an ESP8266.
However, the red 3.3V SPI ILI9341 boards work extremely well on an ESP8266 or ESP32.
These SPI boards come both with and without Touch Screens.
The good news is that your ESP8266 is 3.3V. So everything works perfectly.
David.
aldozan:
now I would like to use them with ESP8266.
I am looking for the pinout to connect the TFT to ESP8266 and for the supporting library.
I am also trying this.What library you used to connect NodeMCU & 2.4tft Display.Did you find the pinout?
Remove your shoes and socks.
Count all your fingers and toes.
Count the pins on your display.
Count the pins on your NodeMCU.
Replace your socks and shoes.
Sit down with a nice cup of tea (and a biscuit)
Most problems in the world can be resolved with a nice cup of tea.