DLPU057A March 2018 – April 2022
This is the data response for a valid request to read the Dimming LUT Group Information.
Byte | Description |
1 | Response Byte (01h) |
2 | Length (35h) |
3 | Red Duty Cycle (lsb) : See Note 1 |
4 | Red Duty Cycle (msb) |
5 | Green Duty Cycle (lsb) : See Note 1 |
6 | Green Duty Cycle (msb) |
7 - 37 | Dimming LUT Group Name (as ASCII value letter by letter) |
38 | Checksum (Sum of bytes 1 to 37) |
Note 1: The Red and Green Duty Cycles are multiplied by 100 before sending the response.
For example, if the duty cycles are Red = 35, Green = 45 and Blue = 20, then,
The transmitted Red Duty Cycle = 3500 (Byte 3 = 0xAC, Byte 4 = 0x0D), Transmitted Green Duty Cycle = 4500 (Byte 5 = 0x94, Byte 6 = 0x11)
Note 2: The Blue Duty Cycle is not transmitted back in the command. This can be easily computed as below:
Blue Duty Cycle = 100 - (Transmitted Red DC + Transmitted Green DC) / 100
Note 3: The Dimming LUT Group Name is transmitted letter by letter using the ASCII value of each letter as one byte. The ASCII value of the first letter is sent as the first byte, followed by the second letter, and so on.