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
| FastLED Driver || <imgwidth="320"alt="FastLed"src="https://github.com/user-attachments/assets/d5ea1510-9766-4687-895a-b68c82575b8f" /> | See below |
31
-
| ArtNet || <imgwidth="320"alt="Art-Net"src="https://github.com/user-attachments/assets/1428e990-daf7-43ba-9e50-667d51b456eb" /> | See below |
31
+
| ArtNet |<imgwidth="100"src="https://github.com/user-attachments/assets/9c65921c-64e9-4558-b6ef-aed2a163fd88"> | <imgwidth="320"alt="Art-Net"src="https://github.com/user-attachments/assets/1428e990-daf7-43ba-9e50-667d51b456eb" /> | See below |
32
32
| AudioSync || No controls | Listens to audio sent over the local network by WLED-AC or WLED-MM and allows audio reactive effects (♪ & ♫) to use audio data (volume and bands (FFT)) |
33
-
| Virtual driver ||| Sriving max 120! panels of 256 LEDs each at 100 FPS using shift registers. Not implemented yet |
| Virtual driver | <imgwidth="100"src="https://github.com/user-attachments/assets/98fb5010-7192-44db-a5c9-09602681ee15"/> || Driving max 120! panels of 256 LEDs each at 100 FPS using shift registers. Not implemented yet |
34
+
| HUB75 | <imgwidth="100"src="https://github.com/user-attachments/assets/620f7c41-8078-4024-b2a0-39a7424f9678"/> || Not implemented yet |
36
35
37
36
### Physical driver ☸️
38
37
39
38
Sends LED data to the pins / outputs as defined in the layout nodes using I2S (see [Develop / Drivers](https://moonmodules.org/MoonLight/develop/drivers/))
40
39
This is the recommended driver at the moment for LEDs as it is the most flexible as it supports multiple type of LEDs (light preset).
41
40
41
+
!!! info "ESP32-P4"
42
+
43
+
This driver also supports ESP32-P4 devices using the parallel IO interface, the ESP32-P4-nano to begin with. 🚧
44
+
42
45
#### Controls
43
46
44
47
***Max Power** and **Light preset**: See below.
@@ -47,7 +50,7 @@ This is the recommended driver at the moment for LEDs as it is the most flexible
47
50
### FastLED Driver ☸️
48
51
49
52
Sends LED data to the pins / outputs as defined in the layout nodes using RMT(5) (see [Develop / Drivers](https://moonmodules.org/MoonLight/develop/drivers/))
50
-
This is the most popular driver for LEDs out there. In MoonLight it currently supports WS2812 LEDs only.
53
+
This is the most popular driver for LEDs out there. In MoonLight it currently supports WS2812 LEDs only. ESP32-P4 devices not supported at the moment.
51
54
52
55
!!! warning "Flickering on some boards"
53
56
Due to recent changes in the ESP32 operating system (esp-idf) LEDs on some boards (e.g. esp32-s3) are flickering. This is expected to be resolved. Use the Physical driver if you encounter this.
@@ -119,7 +122,7 @@ The real number of channels per output can be less then the amount of universes
The following effects are created in MoonLight, supporting driving Moving Heads over [Art-Net](https://moonmodules.org/MoonLight/moonbase/module/drivers/#art-net):
92
94
93
95
Select Moving heads in light presets, see [Light presets](https://moonmodules.org/MoonLight/moonbase/module/drivers/#max-power-and-light-preset)
Copy file name to clipboardExpand all lines: docs/moonlight/layouts.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,13 @@ Want to add a a Layout to MoonLight, see [develop](https://moonmodules.org/MoonL
26
26
| Single Row || <imgwidth="320"alt="Single row"src="https://github.com/user-attachments/assets/9f9918b9-e1ee-43a8-a02d-7f1ee182888b" /> ||
27
27
| SE16 || <imgwidth="320"alt="SE16"src="https://github.com/user-attachments/assets/0efe941a-acf5-4a2c-a7d6-bdfa91574d1a" /> | Layout(s) including pins for Stephan Electronics 16-Pin ESP32-S3 board<br>see below |
28
28
29
-
!!! warning "Chosing pins"
29
+
!!! warning "Choosing pins"
30
30
31
31
Choose the right pins with care. See also the IO module to see which pins can in general be used for LEDs (💡). But depending on a specific boards some pins might also be in use already.
32
32
33
+
!!! tip "Multiple layouts"
34
+
Single line, single row or panel are suitable layouts to combine into a larger fixture.
35
+
33
36
### SE16
34
37
35
38
16 channel LED strip driver by Stephane Electronics
0 commit comments