lvgl / lv_port_esp32

LVGL ported to ESP32 including various display and touchpad drivers
MIT License
1.01k stars 434 forks source link

Supporting TFT displays with parallel connections #318

Open thopiekar opened 2 years ago

thopiekar commented 2 years ago

I made the mistake recently of buying two ILI9341 displays with an 8bit parallel connection. I haven't noticed that there is a difference between the development boards and thought you could choose with these boards between SPI and parallel mode, but the SPI interface was for the SD card of course.

Anyway, while researching for a bit, I noticed a project supporting the parallel interface on this kind of board. The good news is that this example also uses the IDF as a development environment, but can't say whether it is difficult to port the needed code here.

https://github.com/nopnop2002/esp-idf-parallel-tft

Would really love to see these displays supported, too. In the meantime, I just ordered another two but with SPI 😇

stale[bot] commented 1 year ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.