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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,8 @@ There are a few tips and recomendations to keep in mind when designing your setu
37
37
38
38
- There is a maximum of 10 strips supported on "classic" ESP32 (dual core) boards. In audioreactive builds, you can use up to 9, because the audio input driver needs one of the hardware units that is normally available for driving LEDs.
39
39
-* "classic" ESP32: 10 led strips (9 with audioreactive)
40
-
-* ESP32-S3: 4 led strips
41
-
-* ESP32-S2: 5 led strips (4 with audioreactive)
40
+
-* ESP32-S3: 12 led strips (with parallel I2S)
41
+
-* ESP32-S2: 12 led strips (with parallel I2S, 4 with audioreactive)
42
42
-* ESP32-C3: 2 led strips
43
43
- Contrary to the ESP8266, the pin usage does not matter on ESP32, feel free to use any available pin
44
44
- For perfect performance, it is recommeded to use 512 LEDs/pin with 4 outputs for a total of 2048 LEDs.
0 commit comments