From a4a6fd4e08adf2458979eb25bbaac9d19732b784 Mon Sep 17 00:00:00 2001 From: Judah Fuller Date: Wed, 26 Apr 2023 18:13:41 +0100 Subject: Add images to MD files --- docs/consumer/Model_Renamer.md | 2 +- docs/consumer/RenamedModels.png | Bin 0 -> 27896 bytes docs/consumer/VNC.md | 2 +- docs/consumer/VNC.png | Bin 0 -> 30165 bytes docs/resources/RenamedModels.png | Bin 27896 -> 0 bytes docs/resources/VNC.png | Bin 30165 -> 0 bytes 6 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 docs/consumer/RenamedModels.png create mode 100644 docs/consumer/VNC.png delete mode 100644 docs/resources/RenamedModels.png delete mode 100644 docs/resources/VNC.png 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/consumer/RenamedModels.png b/docs/consumer/RenamedModels.png new file mode 100644 index 0000000..220cda2 Binary files /dev/null and b/docs/consumer/RenamedModels.png 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/consumer/VNC.png b/docs/consumer/VNC.png new file mode 100644 index 0000000..da44bd3 Binary files /dev/null and b/docs/consumer/VNC.png differ diff --git a/docs/resources/RenamedModels.png b/docs/resources/RenamedModels.png deleted file mode 100644 index 220cda2..0000000 Binary files a/docs/resources/RenamedModels.png and /dev/null differ diff --git a/docs/resources/VNC.png b/docs/resources/VNC.png deleted file mode 100644 index da44bd3..0000000 Binary files a/docs/resources/VNC.png and /dev/null differ -- cgit v1.2.3