diff options
Diffstat (limited to 'docs/consumer/VNC.md')
-rw-r--r-- | docs/consumer/VNC.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/consumer/VNC.md b/docs/consumer/VNC.md index 05b9b3a..2a94488 100644 --- a/docs/consumer/VNC.md +++ b/docs/consumer/VNC.md @@ -1,6 +1,6 @@ # External editor (VNC) -![image](https://user-images.githubusercontent.com/55881698/214691276-bbd161bf-eb72-4f96-87ec-aa4255c75e7e.png) +![image](VNC.png) Since we've figured out how to cross-compile our own binaries, we were able to compile a VNC solution for the Quad Cortex. The VNC server we compiled is based on [this project](https://github.com/ponty/framebuffer-vncserver). We had to modify the source code a bit to make it work with the touchscreen, But besides that, it is identical. |