-->
Page 1 of 3

TFT LCD

PostPosted: Sun Nov 27, 2016 5:34 am
by Giovanni Galli
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

Re: TFT LCD

PostPosted: Mon Nov 28, 2016 4:51 am
by Ribeiro Santos
Search by Nextion.

Re: TFT LCD

PostPosted: Mon Nov 28, 2016 4:59 am
by Giovanni Galli
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

Re: TFT LCD

PostPosted: Mon Nov 28, 2016 12:05 pm
by Ribeiro Santos
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.