Chat here is you are connecting ESP-xx type modules to existing AVR based Arduino

Moderator: igrr

User avatar
By rafik73_nodemcu
#50096 Hello
Please help connect the LCD screen TFT 3.5 inch ili9481 to esp8266-12E.
This display:
DSC_0024.JPG

The following output:
3.52560sch.pdf

I'm not completely experience with these displays. I tried to connect the display, but the effect such that
the screen is lit in white, and nothing more. I tried different libraries UTFT from github but I'm not sure if the first well it strapped and secondly, whether correctly I configure the program.

Adding clearer photo:
IMG_20160119_200405571.jpg
User avatar
By picstart
#50144 The interface is set up for 16bit parallel. Now some controllers allow for an SPI interface as an alternative. Next it has a touch screen controller and an SD interface. The 12E will not have 3 cs lines available ( due to lack of GPIO pins) unless the esp8266 is run in DIO mode and pins are lifted inside the metal can. The LCD screens are very dependent on a correct init function and on the timing of the init function. Why LCD screens aren't manufactured with the init code embedded in ROM beats me but the application must get the init of the lcd perfect for it to work.