ESP32-S3 RGB interface to remote LCD display
Posted: Sat Mar 22, 2025 1:34 am
I want to use an ESP32-S3 to drive a 480x480 LCD display (with ST7701 driver chip) over a distance of about 80 cm. Graphics load is light - just a few dials. I understand I can use the LVGL library and ESP32-S3 RGB LCD interface to drive it locally but need something like a SERDES solution to drive it over a cable. The display does not have a graphics buffer so the esp32 must do the refresh. Interested if anyone has done this before to validate my assumption that it's possible and offer advice on serial driver chips.
(I think I need RGB + SPI?)
(I think I need RGB + SPI?)