From eca92a280e4bd189a42cbea684acdceeac2a5ecc Mon Sep 17 00:00:00 2001 From: iGoX Date: Thu, 26 Mar 2026 10:44:23 +0100 Subject: [PATCH] Rework README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5f42da3..9be671f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ It comes with a with a simplistic but neat **Web UI** and a simple (but hopefull | Controlled by Stream Deck with REST API | Light roll | | --- | --- | -| ![busylight and stream deck](img/busylight.jpg) | ![busylight roll](img/busylight.gif) | +| ![busylight and stream deck](resources/images/busylight.jpg) | ![busylight roll](resources/images/busylight.gif) | # Web UI @@ -33,7 +33,7 @@ You can try to reach the web UI @ . | What an neat UI ! 😄 | | --- | -| ![Web UI](img/web-ui.png) | +| ![Web UI](resources/images/web-ui.png) | # BusyLight Buddy companion app @@ -45,11 +45,11 @@ It features quick status presets, a custom color picker with saveable presets, a # Stream Deck plug-in -You can download a Stream Deck plugin to control your BusyLight: +You can download the Stream Deck plugin to control your BusyLight: -[![marketplace button](img/streamdeck-plugin-get-it-on-marketplace.svg)](https://marketplace.elgato.com/product/igox-busylight-7448a0be-6dd6-4711-ba0d-86c52b9075b9) +[![marketplace button](resources/images/streamdeck-plugin-get-it-on-marketplace.svg)](https://marketplace.elgato.com/product/igox-busylight-7448a0be-6dd6-4711-ba0d-86c52b9075b9) -Or directly from [BusyLight Stream Deck pluing](https://code.igox.org/iGoX/busylight-streamdeck-plugin) repository. +Or directly from **[busyLight-streamdeck-pluing](https://code.igox.org/iGoX/busylight-streamdeck-plugin)** repository. # BusyLight API @@ -139,7 +139,7 @@ It will automatically switch to the BusyLight in: | MuteDeck Configuration | | --- | -| ![MuteDeck config](img/mutedeck-webhook-conf.png) | +| ![MuteDeck config](resources/images/mutedeck-webhook-conf.png) | # Electronic parts @@ -158,7 +158,7 @@ It will automatically switch to the BusyLight in: | Tools > Manage plug-ins | lib selection | | --- | --- | -| ![lib-menu](img/lib-menu.png) | ![lib-install](img/lib-install.png) | +| ![lib-menu](resources/images/lib-menu.png) | ![lib-install](resources/images/lib-install.png) | > ⚠️ **Compatibility note:** MicroPython v1.27 is **not compatible** with Microdot due to breaking changes in the underlying ESP-IDF v5.5. Use MicroPython **v1.24.1** with Microdot **v2.0.6**. @@ -166,7 +166,7 @@ It will automatically switch to the BusyLight in: **(4)** Copy the content of [ESP32](ESP32) folder with the modified `boot.py` file to the root of your ESP32 file system. Again, can easily be done using [Thonny](https://thonny.org): -![file-copy](img/file-copy.png) +![file-copy](resources/images/file-copy.png) **Done!** @@ -178,7 +178,7 @@ All the required 3D files (STLs and f3d project) to 3D print the enclosure are a # Wiring / Soldering -![wiring-soldering](img/wiring-soldering.png) +![wiring-soldering](resources/images/wiring-soldering.png) You can see a final assembly image [here](3D-files-to-print/README.md).