Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zlib & ZRLE encoding #35

Merged
merged 3 commits into from
May 7, 2024
Merged

Add zlib & ZRLE encoding #35

merged 3 commits into from
May 7, 2024

Conversation

TheNitek
Copy link
Collaborator

@TheNitek TheNitek commented May 5, 2024

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

@TheNitek TheNitek changed the title Add ZRLE encoding Add zlib & ZRLE encoding May 7, 2024
@TheNitek
Copy link
Collaborator Author

TheNitek commented May 7, 2024

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

src/VNC_ILI9341.h Outdated Show resolved Hide resolved
src/VNC.cpp Show resolved Hide resolved
src/VNC.cpp Outdated Show resolved Hide resolved
src/VNC.cpp Show resolved Hide resolved
@Links2004
Copy link
Owner

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.

@Links2004 Links2004 merged commit 94dd1cb into Links2004:master May 7, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants