Clarify the LED layout. #2

This commit is contained in:
Glenn Maynard 2021-04-19 02:23:06 -05:00
parent fc58467224
commit 60e84d3f80

View File

@ -110,7 +110,7 @@ colors, one for each LED.
lightDataSize is the number of bytes in lightsData. This should be 1350 (2 pads * 9 panels * lightDataSize is the number of bytes in lightsData. This should be 1350 (2 pads * 9 panels *
25 lights * 3 RGB colors). For backwards-compatibility, this can also be 864. 25 lights * 3 RGB colors). For backwards-compatibility, this can also be 864.
<p> <p>
Each panel has lights in the following order: 25-LED panels have lights in the following order:
<p> <p>
<pre> <pre>
00 01 02 03 00 01 02 03
@ -121,15 +121,9 @@ Each panel has lights in the following order:
22 23 24 22 23 24
12 13 14 15 12 13 14 15
</pre> </pre>
Each panel has lights in the following order:
<p> <p>
<pre>
0123 16-LED panels have the same layout, ignoring LEDs 16 and up.
4567
89AB
CDEF
</pre>
<p> <p>
Panels are in the following order: Panels are in the following order:
<p> <p>