aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index ab74eb1..0cfc11c 100644
--- a/README.md
+++ b/README.md
@@ -265,6 +265,8 @@ Finally reboot your QC, now you should have all models (except captures) renamed
# External editor (VNC)
+![image](https://user-images.githubusercontent.com/55881698/214691276-bbd161bf-eb72-4f96-87ec-aa4255c75e7e.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. This patch was necesarry because the touchscreen doesn't report it's width and height in a propper way.
@@ -294,4 +296,4 @@ qc_vnc -f /dev/fb0 -t /dev/input/event0
# Accessing your backup
Your backup is available as a compressed archive under `/media/p4/downloaded_backup.tar.gz`
-It only contains your personal files such as captures, presets, ... It does not contain any system files, so it can't be modify \ No newline at end of file
+It only contains your personal files such as captures, presets, ... It does not contain any system files, so it can't be modify