mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-05 13:47:50 -05:00
- Fix sequence number to use 4-bit nibble (0-15) instead of full byte per DDP spec - Fix data type encoding to use proper RGB 8-bit format (0x0B) per spec - Reduce maximum data size to 1440 bytes as recommended in official spec - Add DDP_TYPE_RGB8 constant for better code clarity - Improve compliance with http://www.3waylabs.com/ddp/ specification These changes should improve compatibility with strict DDP implementations and devices that follow the official protocol specification exactly.