mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
added simple TPM2.net support to UDP output (#627)
Former-commit-id: 59356ae53c90e178a4bc198c6babc5832bb15d12
This commit is contained in:
@@ -55,3 +55,12 @@ Packet Format protocol 2:
|
||||
3: 1st led# of this update - low byte
|
||||
4..n 3 bytes per LED as R, G, B
|
||||
|
||||
Packet Format protocol 3: (simple TPM2.net implementation)
|
||||
0: 0x9C
|
||||
1: 0xDA
|
||||
2: number of databytes (leds * 3) - high byte
|
||||
3: number of databytes (leds * 3) - low byte
|
||||
4: fragment number (1-255)
|
||||
5: number of fragments (1-255)
|
||||
6..n: 3 bytes per LED as R, G, B
|
||||
n+1: 0x36
|
||||
|
Reference in New Issue
Block a user