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?
Thank you for your help!