Skip to content

Commit 8e84adf

Browse files
author
committed
Deployed 57e5da4 with MkDocs version: 1.6.1
1 parent 90f7110 commit 8e84adf

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

features/multi-strip/index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4495,12 +4495,14 @@ <h3 id="esp32">ESP32</h3>
44954495
<li>For okay performance, you can use 800 LEDs/pin with 6 outputs for a total of 4800 LEDs.</li>
44964496
</ul>
44974497
<h4 id="performance">Performance</h4>
4498-
<p>In WLED-MM, classic ESP32 can calculate about <em>200k-300k LEDs</em> per second
4499-
- 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.
4500-
- WLED-MM framerates can even be faster if effects don't redraw each LED in each frame.
4501-
- However these maximum values can only be achieved with HUB75, or when you distribute your LEDs over several output pins.
4502-
- 4 output pins seem to be the sweet spot (see below).
4503-
- With many output pins the ESP32 will be very busy driving parallel outputs, so it can't calculate as many LEDs.</p>
4498+
<p>In WLED-MM, classic ESP32 can calculate about <em>200k-300k LEDs</em> per second</p>
4499+
<ul>
4500+
<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>
4501+
<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>
4503+
<li>4 output pins seem to be the sweet spot (see below).</li>
4504+
<li>With many output pins the ESP32 will be very busy driving parallel outputs, so it can't calculate as many LEDs.</li>
4505+
</ul>
45044506
<p>Keep in mind that the limiting factor is usually the speed of the ws2812b protocol - each strip (=output pin) runs an 800kz serial protocol, and each pixel needs 24 bits (RGB color).
45054507
You can calculate the max possible speed - per output pin - with this formula : </p>
45064508
<p><code>800000 / 24 / strip_length_in_pixels</code> = max frames per second.

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)