Skip to content

Commit 4a3ccd0

Browse files
authored
Update drivers.md
1 parent 84d4fbf commit 4a3ccd0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/moonbase/module/drivers.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ The Drivers module defines layers and drivers.
2323

2424
| Name | Preview | Controls | Remarks
2525
| ---- | ----- | ---- | ---- |
26-
| ArtNet | | | |
27-
| FastLED Driver | | | Sends LED output to ESP32 gpio pins |
28-
| Physical Driver | | | Sends led signals to the pins / outputs as defined in the layout nodes. |
29-
| AudioSync | | listens to audio sent over the local network by WLED-AC or WLED-MM and allows sound reactive effects (♫) to use audio data (volume and bands (FFT)) |
26+
| ArtNet | | <img width="320" alt="Art-Net" src="https://github.com/user-attachments/assets/1428e990-daf7-43ba-9e50-667d51b456eb" /> | See below |
27+
| FastLED Driver | | <img width="320" alt="FastLed" src="https://github.com/user-attachments/assets/d5ea1510-9766-4687-895a-b68c82575b8f" /> | See below |
28+
| Physical Driver | | <img width="320" alt="Physical" src="https://github.com/user-attachments/assets/0c6f1543-623a-45bf-98d7-f5ddd072a1c6" /> | See below |
29+
| AudioSync | | No controls | listens to audio sent over the local network by WLED-AC or WLED-MM and allows sound reactive effects (♫) to use audio data (volume and bands (FFT)) |
3030
| HUB75 | | | Not implemented yet |
3131
| Virtual driver | | | The virtual driver is another beast and with the help of shift registers allows for driving 48 panels of 256 LEDs each at 100 FPS!. Not implemented yet |
3232
| Parlio | | | Not implemented yet |
@@ -48,7 +48,7 @@ The Drivers module defines layers and drivers.
4848

4949
### FastLED Driver ☸️
5050

51-
sends LED output to ESP32 gpio pins.
51+
Sends LED output to ESP32 gpio pins.
5252

5353
* Switch off to see the effect framerate in System Status/Metrics
5454
* Switch on to see the effect framerate throttled by a LED driver in System Status/Metrics (800KHz, 256 LEDs, 24 bits is 130 fps theoretically - 120 practically)

0 commit comments

Comments
 (0)