Skip to content

Commit 4980ff6

Browse files
author
committed
Deployed 2edc0a1 with MkDocs version: 1.6.1
1 parent 3e480cd commit 4980ff6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

features/multi-strip/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4508,7 +4508,7 @@ <h4 id="performance">Performance</h4>
45084508
<li>4 output pins seem to be the sweet spot (see below).</li>
45094509
<li>With many output pins the ESP32 will be very busy driving parallel outputs, so it can't calculate as many LEDs.</li>
45104510
</ul>
4511-
<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).
4511+
<p>Keep in mind that the limiting factor is usually the speed of the ws2812b protocol - each strip (=output pin) runs an 800 kHz serial protocol, and each pixel needs 24 bits (RGB color).
45124512
You can calculate the max possible speed - per output pin - with this formula : </p>
45134513
<p><code>800000 / 24 / strip_length_in_pixels</code> = max frames per second.
45144514
For RGB+White (sk6812), replace "24" with "32".</p>

search/search_index.json

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

0 commit comments

Comments
 (0)