aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorJudah Fuller <[email protected]>2023-04-26 18:13:41 +0100
committerJudah Fuller <[email protected]>2023-04-26 18:13:41 +0100
commita4a6fd4e08adf2458979eb25bbaac9d19732b784 (patch)
treebfb6839e04942ebd1b5909eb2f5b3667a3aa5a2b /docs
parentb367ab0dfa6f08c53940d2ae9abc655b46fc8172 (diff)
downloadOpenCortex-a4a6fd4e08adf2458979eb25bbaac9d19732b784.tar.gz
OpenCortex-a4a6fd4e08adf2458979eb25bbaac9d19732b784.zip
Add images to MD files
Diffstat (limited to 'docs')
-rw-r--r--docs/consumer/Model_Renamer.md2
-rw-r--r--docs/consumer/RenamedModels.png (renamed from docs/resources/RenamedModels.png)bin27896 -> 27896 bytes
-rw-r--r--docs/consumer/VNC.md2
-rw-r--r--docs/consumer/VNC.png (renamed from docs/resources/VNC.png)bin30165 -> 30165 bytes
4 files changed, 2 insertions, 2 deletions
diff --git a/docs/consumer/Model_Renamer.md b/docs/consumer/Model_Renamer.md
index 43ab007..293daac 100644
--- a/docs/consumer/Model_Renamer.md
+++ b/docs/consumer/Model_Renamer.md
@@ -19,4 +19,4 @@ If you don't want to rename the files manually you can:
Now replace the `ModelRepo.xml` file inside `/opt/neuraldsp` with the new file. Make sure this is called `ModelRepo.xml`.
Finally reboot your QC, now you should have all models (except captures) renamed to their real names.
-![IMG20221218151130](https://user-images.githubusercontent.com/55881698/208303182-8554e62c-96a9-41f2-be0d-1f1f4f564506.jpg)
+![IMG20221218151130](RenamedModels.png)
diff --git a/docs/resources/RenamedModels.png b/docs/consumer/RenamedModels.png
index 220cda2..220cda2 100644
--- a/docs/resources/RenamedModels.png
+++ b/docs/consumer/RenamedModels.png
Binary files differ
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.
diff --git a/docs/resources/VNC.png b/docs/consumer/VNC.png
index da44bd3..da44bd3 100644
--- a/docs/resources/VNC.png
+++ b/docs/consumer/VNC.png
Binary files differ