-
Notifications
You must be signed in to change notification settings - Fork 58
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
Image not refreshing completely on change. #37
Comments
Which encoding are you using? |
Oh and which code version? Latest release or master from this repo? If it is the release, maybe try the latest master |
I cloned the repo, haven't used the release as it was quite old compared to the state of the repo.
I haven't changed the VNC_config.h to be honest, so I would guess it's trying to use those three below? Or how would I be able to set the encoding? I searched if was on server side, but xtigervnc has no arguments to set the encoding.
|
Whats the output in the serial monitor? |
I tried it, then it doesn't compile because of this error #include "miniz.h" then I try to include miniz and it fails to compile because of this error: VNC.cpp:1635: undefined reference to `tinfl_decompress'
collect2.exe: error: ld returned 1 exit status |
Oh sorry, zlib only works on the ESP32 (or at least is only tested there). what is the output on the serial monitor? Maybe remove lines 99 to 103 in the config to get full debug output |
Sorry for delay, on the serial debug to be honest a lot of the same, handlers for raw and hextile encoding:
|
VNC_FRAMEBUFFER is enabled? |
I'm using a NodeMCU v3 with an ILI9341 display, I was able to make the touch works and displaying the image from the connected VNC machine, but on image change, artifacts appears, like it doesnt update correctly, I show on this video the issue, any direction to fix this issue would be welcome.
The text was updated successfully, but these errors were encountered: