You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/moonbase/module/drivers.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ The Drivers module defines layers and drivers.
23
23
24
24
| Name | Preview | Controls | Remarks
25
25
| ---- | ----- | ---- | ---- |
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 ||<imgwidth="320"alt="Art-Net"src="https://github.com/user-attachments/assets/1428e990-daf7-43ba-9e50-667d51b456eb" /> | See below|
27
+
| FastLED Driver ||<imgwidth="320"alt="FastLed"src="https://github.com/user-attachments/assets/d5ea1510-9766-4687-895a-b68c82575b8f" /> | See below|
28
+
| Physical Driver ||<imgwidth="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)) |
30
30
| HUB75 ||| Not implemented yet |
31
31
| 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 |
32
32
| Parlio ||| Not implemented yet |
@@ -48,7 +48,7 @@ The Drivers module defines layers and drivers.
48
48
49
49
### FastLED Driver ☸️
50
50
51
-
sends LED output to ESP32 gpio pins.
51
+
Sends LED output to ESP32 gpio pins.
52
52
53
53
* Switch off to see the effect framerate in System Status/Metrics
54
54
* 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