Links2004 / arduinoVNC

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

Add zlib & ZRLE encoding #35

Closed TheNitek closed 4 months ago

TheNitek commented 5 months ago

Based on this fork https://github.com/moononournation/ArduinoVNC/ I added ZRLE encoding with improved memory footprint

TheNitek commented 4 months ago

I also added zlib which seems to offer the best performance on the ESP: https://www.tiktok.com/@thenitek/video/7366285458730487072

Links2004 commented 4 months ago

will do some testing with the ESP8266 but need to find the time and my ESP with attached display. but looks good for now, merged.