nopnop2002 / esp-idf-parallel-tft

8bit parallel TFT & 4-line resistance touch screen Driver for esp-idf using i2s paralell mode
MIT License
99 stars 26 forks source link

QUESTION: open-smart ILI9320 not support #20

Closed chaoshendasixiong closed 2 years ago

chaoshendasixiong commented 2 years ago

i got a tft lcd ili9320 and Wemos D1 ESP32, i have changed RS CS RST pins from 35,34,36 to 15,33,32 menuconfig select 9320, but is doesn't work, always white. Is it not suitable for OPEN-SMART Products? should i giveup to use another lcd or any recommend driver type?

nopnop2002 commented 2 years ago

I don’t have open-smart ILI9320 2.8 inch TFT.

I2S parallel may not work for OPEN-SMART Products.

Try changing the interface to GPIO parallel.

OPEN-SMART Products have different pin arrangements from general TFT shields. You have to change GPIO assign.

107723948-ff565e80-6d25-11eb-89cc-74fcd2fa11f3

107725257-2e220400-6d29-11eb-808a-a440336780d6

ili9320

gpio

chaoshendasixiong commented 2 years ago

oh, i got it, thank u so very much!!! i just was confused by the silk screen of back borad, the meaning of DB2,3,5 is LCD_D2,LCD_D3, LCD_D5. now it's work normal.