@@ -4487,10 +4487,15 @@ <h3 id="esp32">ESP32</h3>
44874487< li > ESP32-C3: 2 led strips</ li >
44884488</ ul >
44894489</ li >
4490- < li > Contrary to the ESP8266, the pin usage does not matter on ESP32, feel free to use any available pin</ li >
4491- < li > For perfect performance, it is recommeded to use 512 LEDs/pin with 4 outputs for a total of 2048 LEDs.</ li >
4492- < li > For very good performance, it is recommended to use 800 LEDs/pin with 4 outputs for a total of 3200 LEDs.</ li >
4493- < li > For good performance, you can use 1000 LEDs/pin with 4 outputs for a total of 4000 LEDs.</ li >
4490+ < li >
4491+ < p > Contrary to the ESP8266, the pin usage does not matter on ESP32, feel free to use any available pin</ p >
4492+ </ li >
4493+ < li >
4494+ < p > For best eye-candy performance, it is recommeded to use 320 LEDs/pin with 4 outputs for a total of 1280 LEDs.</ p >
4495+ </ li >
4496+ < li > For smooth performance, it is recommeded to use 512 LEDs/pin with 4 outputs for a total of 2048 LEDs.</ li >
4497+ < li > For acceptable performance, it is recommended to use 800 LEDs/pin with 4 outputs for a total of 3200 LEDs.</ li >
4498+ < li > For okay performance, you can use 1000 LEDs/pin with 4 outputs for a total of 4000 LEDs.</ li >
44944499< li > For okay performance, you can use 1000 LEDs/pin with 5 outputs for a total of 5000 LEDs.</ li >
44954500< li > For okay performance, you can use 800 LEDs/pin with 6 outputs for a total of 4800 LEDs.</ li >
44964501</ ul >
@@ -4499,7 +4504,7 @@ <h4 id="performance">Performance</h4>
44994504< ul >
45004505< li > This means 1,000 LEDs at 250 frames per second, 2,000 LEDs at 120 frames per second, or 4,000 LEDs at 70 frames per second.</ li >
45014506< li > WLED-MM framerates can even be faster if effects don't redraw each LED in each frame.</ li >
4502- < li > However these maximum values can only be achieved with HUB75, or when you distribute your LEDs over several output pins.</ li >
4507+ < li > However these maximum values can only be achieved with HUB75, Art-Net hardware, or when you distribute your LEDs over several output pins.</ li >
45034508< li > 4 output pins seem to be the sweet spot (see below).</ li >
45044509< li > With many output pins the ESP32 will be very busy driving parallel outputs, so it can't calculate as many LEDs.</ li >
45054510</ ul >
@@ -4509,7 +4514,7 @@ <h4 id="performance">Performance</h4>
45094514 For RGB+White (sk6812), replace "24" with "32".</ p >
45104515< ul >
45114516< li > 144 LEDs per output pin -> max 230 fps</ li >
4512- < li > 240 LEDs per output pin -> max 139 fps</ li >
4517+ < li > 256 LEDs per output pin -> max 130 fps</ li >
45134518< li > 320 LEDs per output pin -> max 104 fps</ li >
45144519< li > 500 LEDs per output pin -> max 67 fps</ li >
45154520< li > 800 LEDs per output pin -> max 42 fps</ li >
0 commit comments