This commit is contained in:
Xiretza 2022-06-20 14:01:08 +02:00
parent 34cf67d4b7
commit 2b38669fb1

View file

@ -43,16 +43,20 @@ The packet structure is as follows:
</tr>
<tr>
<th>00</th>
<td colspan="4">magic</td>
<td colspan="4">magic (`0x5049_584c`)</td>
<td colspan="4">strand number</td>
<td colspan="4">frame number</td>
<td colspan="4">pixel 1</td>
<td>0</td>
<td colspan="3">pixel 1</td>
</tr>
<tr>
<th>10</th>
<td colspan="4">pixel 2</td>
<td colspan="4">pixel 3</td>
<td colspan="4">pixel 4</td>
<td colspan="4">pixel 5</td>
<td>0</td>
<td colspan="3">pixel 2</td>
<td>0</td>
<td colspan="3">pixel 3</td>
<td>0</td>
<td colspan="3">pixel 4</td>
<td colspan="4">...</td>
</tr>
</table>