Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Giovanni Galli
#58739 Hi all,
I am looking for a 3.2"/3.5"/3.8" TFT LCD preferably 480x320 pixel and 262k colors that
can be used attached to an ESP8266.
On china sellers sites (banggood, aliexpress,...) there is a moltitude of displays having
this characteristic but I am not sure what I should check other than SPI.

Can someone tell me what I should check and/or where to buy it?

TIA,
Gianni
Last edited by Giovanni Galli on Mon Nov 28, 2016 12:30 pm, edited 1 time in total.
User avatar
By Giovanni Galli
#58785
Ribeiro Santos wrote:Search by Nextion.


Ok, thank for your answer.
Nextion display are more expensive respect other LCD having ILI9341 or ILI9488 controller.
Can you explain me if SPI or HSPI is the only feater I should check to understand if a LCD is esp8266 compatible?

TIA,
Gianni
User avatar
By Ribeiro Santos
#58799 You can find also LCD using I2C or Serial.

I2C: use just 2 wires but, until now, all is done by software, with lots of "drawings" may be CPU expensive without time to other tasks (wifi, read sensors...)

Serial: best I found was Nextion.

LCD having ILI9341 or ILI9488 controller uses 4 wires, but gives more time to the CPU, because is done by hardware.