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
* Modded: if any change to the default preset is made.
14
-
* Max Power in Watts: adjust the brightness to approach this max power, depending on the number of LEDs used. Default 10: 5V * 2A = 10W (so it runs fine on USB).
14
+
* Max Power in Watts: adjust the brightness to approach this max power, depending on the number of LEDs used. Default 10: 5V * 2A = 10W (so it runs fine on USB). Used by LED drivers, see [Drivers](/moonlight/drivers/)
15
15
* Jumper1: If the board contains a jumper, it can define pin behaviour. Eg. select between Infrared and Ethernet.
16
16
* Pins: This module is the central place to assign functionality to gpio pins. Other modules and nodes use the pin assignments made here.
17
-
18
-
* Per pin:
19
17
* GPIO = gpio_num;
20
18
* Usage: See below
21
19
* Index: specify first, second, third, ... usage output, e.g. LED D01 to LED D16
@@ -26,18 +24,15 @@ For each board the following presets are defined:
Copy file name to clipboardExpand all lines: docs/moonlight/drivers.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,15 +36,15 @@ Want to add a Driver to MoonLight, see [develop](https://moonmodules.org/MoonLig
36
36
| Art-Net Out| <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" /> | Send Art-Net to Drive LEDS and DMX lights over the network. See [below](#art-net-out)|
37
37
| Audio Sync | <imgwidth="100"src="https://github.com/user-attachments/assets/bfedf80b-6596-41e7-a563-ba7dd58cc476"/> | 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)) |
| IR Driver | <imgwidth="100"src="../../media/moonlight/IRDriver.jpeg"/> || Receive IR commands and [Lights Control](https://moonmodules.org/MoonLight/moonlight/lightscontrol/)|
39
+
| IR Driver | <imgwidth="100"src="/media/moonlight/IRDriver.jpeg"/> |<imgwidth="100"src="/media/moonlight/irdriverpreset.png"/>| Receive IR commands and [Lights Control](https://moonmodules.org/MoonLight/moonlight/lightscontrol/)|
40
40
41
41
* The Parallel LED driver uses different hardware peripherals depending on the MCU type: ESP32-D0: I2S, ESP32-S3: LCD_CAM, ESP32-P4: Parallel IO (ParLIO).
42
42
* Virtual LED Driver: Driving max 120! outputs (E.g. 48 panels of 256 LEDs each run at 50-100 FPS) using shift registers. Integrated within the Parallel LED Driver architecture. Not implemented yet
***Max Power**: 🆕 moved to [IO Module](https://moonmodules.org/MoonLight/moonbase/inputoutput/) board presets.
47
+
***Max Power**: 🆕 moved to [IO Module](/moonbase/inputoutput/) board presets.
48
48
49
49
***Light preset**: Defines the channels per light and color order
50
50
@@ -77,6 +77,11 @@ Receives Art-Net data from the network.
77
77
* Select physical layer to directly store the received channels into the physical layer
78
78
* Select one of the (virtual layers) to take mapping into account (using layout specification and modifiers specified (recommended), see [Modifiers](https://moonmodules.org/MoonLight/moonlight/modifiers/), part of the [Effects Module](https://moonmodules.org/MoonLight/moonlight/effects/))
79
79
80
+
!!! tip "Other setup"
81
+
* Add a Layout driver to specifify the fixture you are displaying on, e.g. Single Line for Tubes or Panel for Matrices
82
+
* Add the Parallel LED Driver to enable connected LEDs
83
+
* Go to the [IO Module](https://moonmodules.org/MoonLight/moonbase/inputoutput/) to define a board preset.
84
+
80
85
!!! tip "Running effects and Art-Net In"
81
86
Effects can run at the same time, disable or delete them if you only want to run Art-Net In.
0 commit comments