Migrate Stream Deck plugin to its own repository (#7)
Migrate Stream Deck plugin to its own repository: - https://code.igox.org/iGoX/busylight-streamdeck-plugin Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
@@ -20,9 +20,13 @@ A cheap, simple to build, nice looking and portable DIY **Busy Light**.
|
||||
|
||||
It comes with a with a simplistic but neat **Web UI** and a simple (but hopefully convenient) **Rest API**.
|
||||
|
||||
| Controlled by Stream Deck with REST API | Light roll |
|
||||
| --- | --- |
|
||||
|  |  |
|
||||
| Controlled by Stream Deck with REST API | Light roll |
|
||||
| ------------------------------------------------------------- | ------------------------------------------------- |
|
||||
|  |  |
|
||||
|
||||
---
|
||||
|
||||

|
||||
|
||||
# Web UI
|
||||
|
||||
@@ -33,7 +37,7 @@ You can try to reach the web UI @ <http://igox-busylight.local>.
|
||||
|
||||
| What an neat UI ! 😄 |
|
||||
| --- |
|
||||
|  |
|
||||
|  |
|
||||
|
||||
# BusyLight Buddy companion app
|
||||
|
||||
@@ -45,9 +49,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:
|
||||
|
||||
Or directly from [here](streamdeck-plugin/README.md).
|
||||
[](https://marketplace.elgato.com/product/igox-busylight-7448a0be-6dd6-4711-ba0d-86c52b9075b9)
|
||||
|
||||
Or directly from **[busyLight-streamdeck-pluing](https://code.igox.org/iGoX/busylight-streamdeck-plugin)** repository.
|
||||
|
||||
# BusyLight API
|
||||
|
||||
@@ -137,7 +143,7 @@ It will automatically switch to the BusyLight in:
|
||||
|
||||
| MuteDeck Configuration |
|
||||
| --- |
|
||||
|  |
|
||||
|  |
|
||||
|
||||
# Electronic parts
|
||||
|
||||
@@ -156,7 +162,7 @@ It will automatically switch to the BusyLight in:
|
||||
|
||||
| Tools > Manage plug-ins | lib selection |
|
||||
| --- | --- |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
> ⚠️ **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**.
|
||||
|
||||
@@ -164,7 +170,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):
|
||||
|
||||

|
||||

|
||||
|
||||
**Done!**
|
||||
|
||||
@@ -176,7 +182,7 @@ All the required 3D files (STLs and f3d project) to 3D print the enclosure are a
|
||||
|
||||
# Wiring / Soldering
|
||||
|
||||

|
||||

|
||||
|
||||
You can see a final assembly image [here](3D-files-to-print/README.md).
|
||||
|
||||
@@ -192,7 +198,7 @@ You can see a final assembly image [here](3D-files-to-print/README.md).
|
||||
|
||||
## Microdot
|
||||
|
||||
<https://microdot.readthedocs.io/en/latest/index.html>
|
||||
<https://microdot.readthedocs.io>
|
||||
|
||||
## JSColor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user