Bodmer / TFT_eSPI

Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips
Other
3.68k stars 1.06k forks source link

R61509V Chip TFT Display Driver #464

Closed Jxid closed 4 years ago

Jxid commented 4 years ago

I like your library very much. Is there any chance to support the R61509V controler? I have a 3.0" tft touch display with R61509V chip driver and i would like to use it with your library. Thank you, Yannis

Bodmer commented 4 years ago

I do not have one of those displays so testing would be a problem. I think that driver needs 16 bit commands so that complicates matters a bit. Where did you get the display from?

Jxid commented 4 years ago

I had bought it from eBay. I will post the link when I get home and I will post a photo to see how it is. It is an open-smart display. Thanks for your consern. Yannis

Jxid commented 4 years ago

These are the photos of my display.

2 3 4

Bodmer commented 4 years ago

OK, it is an 8 bit parallel display. Wiring these to an ESP32 is rather problematic due to the high edge speeds of the signals. I suggest you get an ESP32 UNO style board and ILI9481 board as that will be more reliable.

Jxid commented 4 years ago

OK thank you for the info. I will try something else.