Skip to content

Commit 065f6aa

Browse files
authored
Update maximum strip count on the S3 & S2 (#288)
* update maximum LED strip count for the S3 * S2 also has parallel I2S
1 parent 895c74b commit 065f6aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/features/multi-strip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ There are a few tips and recomendations to keep in mind when designing your setu
3737

3838
- 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.
3939
- * "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)
4242
- * ESP32-C3: 2 led strips
4343
- Contrary to the ESP8266, the pin usage does not matter on ESP32, feel free to use any available pin
4444
- For perfect performance, it is recommeded to use 512 LEDs/pin with 4 outputs for a total of 2048 LEDs.

0 commit comments

Comments
 (0)