1

I recently ordered a LCD TFT 3.2 inch touch display from aliexpress: ILI9341_3.2_TFT_LCD

I'm currently going through documentation for the chip (ILI9341_documentation) and I can't "connect" all the pins on the pcb of the display to the pins on the chip in documentation.

My plan is to use 16 bit parallel interface, but pins IM0, IM1, IM2, IM3 are not accesabe as it seems, so I am not sure if to use 8080 I or 8080 II for 16-bit protocol or if I can even use 16 bit parallel.

Q1: What protocol is to be used?

I understand that pins DB[15:0] are for the 16 bit parralel data, top 6 pins are SPI, BL is backlight, RST = reset, WR = WRX, RD = RDX, CS = CSX,

Q2: so is RS = D/CX?

Q3: What is SDCS?

enter image description here

Thank you for your help!

Lazyboy
  • 525
  • 1
  • 5
  • 19
  • I found a datasheet...hard to find, they hide them deep https://drive.google.com/open?id=1HrhsoeIuBADP5YHDu5RRAZ5wvXFfarQ8 – Lazyboy Mar 12 '18 at 14:15

1 Answers1

1

Since IM pins are not exposed , we can use only 16bit interface mode. I tried keeping the configurations for above LCD with 16bit paralled interface and 8080-I protocol, and it worked fine! Ans 2 -Yes D/CX = RS pin Ans 3: SDCS is SD card chip select pin. For pin connection I found some Holy person sharing it on drive along with stm32 fsmc 16bit source code.