diff options
author | Thomas Van Iseghem <[email protected]> | 2023-01-25 22:10:02 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-25 22:10:02 +0100 |
commit | 8c884b4a38dc116f4790d5fc41382da8dd4962b7 (patch) | |
tree | 22d61c08355801347160ea824e4b79f644704aa7 /README.md | |
parent | 70814e7a60995cd630c62862bd870f39bed6f9c6 (diff) | |
download | OpenCortex-8c884b4a38dc116f4790d5fc41382da8dd4962b7.tar.gz OpenCortex-8c884b4a38dc116f4790d5fc41382da8dd4962b7.zip |
Added screenshot for VNC solution
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |