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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ There are a few tips and recomendations to keep in mind when designing your setu
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: 12 led strips (with parallel I2S)
41
45
-* ESP32-S2: 12 led strips (with parallel I2S, 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
- For perfect performance, it is recommeded to use 512 LEDs/pin with 4 outputs for a total of 2048 LEDs.
45
49
- For very good performance, it is recommended to use 800 LEDs/pin with 4 outputs for a total of 3200 LEDs.
46
50
- For good performance, you can use 1000 LEDs/pin with 4 outputs for a total of 4000 LEDs.
0 commit comments