Links2004 / arduinoVNC

a VNC Client for Arduino based on rfbproto
GNU General Public License v2.0
303 stars 58 forks source link

ST7262 Support #36

Open PE2016 opened 4 months ago

PE2016 commented 4 months ago

Thank you for your efforts and clear instruction and references. I am currently trying to implement the Arduino Thin Client on 800X480 smart display (ESP32-8048S050).

Would you kindly add support for the ST7262 driver chip (6 bit parallel interface)?

Thank you, RG

PE2016 commented 4 months ago

I found that the ESP32_Display_Panel library supports ST7262. Unfortunately, I don't know how to adapt it to implement VNC! Any help is appreciated.