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/features/multi-strip.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,16 @@ hide:
10
10
Starting in WLED 0.12.0, you are able to use multiple LED outputs from one ESP board!
11
11
Pins and LED numbers can be easily configured in LED settings, you don't need to re-compile code for your specific setup. Custom binaries for multiple pins are now also a thing of the past!
12
12
13
-
There are a few tips and recomendations to keep in mind when designing your setup:
13
+
There are a few tips and recommendations to keep in mind when designing your setup:
14
14
15
15
### General
16
16
17
17
- It is highly recommended to use an ESP32 when using more than 1 output
18
18
- You may freely choose the LEDs type, pin numbers, length and color order of your LED strips at runtime in the LED settings page
19
+
- You cannot use input-only pins for LEDs output
20
+
- classic esp32: pins 34 through 39 are input only.
21
+
- esp32-s2: pin 46 is input only.
22
+
- esp32-s3 and esp32-c3 don't have any input-only pins.
19
23
- Highly recommended to size power supply correctly according to your setup and disable the WLED brightness limiter setting to increase framerate with very large LED counts
20
24
- Most strip types have yet to be tested. Add confirmed working below:
21
25
- Confirmed working: WS281x, SK6812 RGBW, PWM white
@@ -40,7 +44,7 @@ There are a few tips and recomendations to keep in mind when designing your setu
40
44
-* ESP32-S3: 4 led strips
41
45
-* ESP32-S2: 5 led strips (4 with audioreactive)
42
46
-* ESP32-C3: 2 led strips
43
-
- Contrary to the ESP8266, the pin usage does not matter on ESP32, feel free to use any available pin
47
+
- Contrary to the ESP8266, the pin usage does not matter on ESP32, feel free to use any available pin, except for input-only pins.
44
48
45
49
- For best eye-candy performance, it is recommeded to use 320 LEDs/pin with 4 outputs for a total of 1280 LEDs.
46
50
- For smooth performance, it is recommeded to use 512 LEDs/pin with 4 outputs for a total of 2048 LEDs.
Copy file name to clipboardExpand all lines: docs/index.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
@@ -56,7 +56,7 @@ A fast and feature-rich implementation of an ESP32/ESP8266 webserver to control
56
56
- Segments to set different effects and colors to parts of the LEDs
57
57
- Settings page - configuration over network
58
58
- Access Point and station mode - automatic failsafe AP
59
-
- Up to 3 LED outputs per ESP8266 instance and 10 LED outputs per ESP32 instance
59
+
- Up to 3 LED outputs per ESP8266 instance and [up to 10 LED outputs per ESP32 instance](/features/multi-strip/#esp32)
60
60
- Support for RGBW strips
61
61
- Up to 250 user presets to save and load colors/effects easily, supports cycling through them.
62
62
- Presets can be used to automatically execute API calls
@@ -112,7 +112,7 @@ Join the Discord server to discuss everything about WLED!
112
112
Check out the WLED [Discourse forum](https://wled.discourse.group)!
113
113
If WLED MM really brightens up your every day, you can [](https://paypal.me/moonmodules)
114
114
115
-
!!! danger "Disclaimer"
116
-
If you are sensitive to photosensitive epilepsy it is not recommended that you use this software.
117
-
In case you still want to try, don't use strobe, lighting or noise modes or high effect speed settings.
118
-
As per the MIT license, I assume no liability for any damage to you or any other person or equipment.
115
+
!!! danger "**Disclaimer**"
116
+
If you are sensitive to photosensitive epilepsy it is not recommended that you use this software.
117
+
In case you still want to try, don't use strobe, lighting or noise modes or high effect speed settings.
118
+
As per EUPL, we assume no liability for any damage.
0 commit comments