SNVU861 October 2024 LP5812
Table 2-18 lists the memory-mapped registers for the Command registers. All register offset addresses not listed in Table 2-18 should be considered as reserved locations and the register contents should not be modified.
| Address | Acronym | Register Name | Section |
|---|---|---|---|
| 10h | CMD_Update | Configuration update command | Go |
| 11h | CMD_Start | Autonomous animation start command | Go |
| 12h | CMD_Stop | Autonomous animation stop command | Go |
| 13h | CMD_Pause | Autonomous animation pause command | Go |
| 14h | CMD_Continue | Autonomous animation continue command | Go |
CMD_Update is shown in Figure 2-15 and described in Table 2-19.
Return to the Summary Table.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| update_cmd | |||||||
| W1C-0h | |||||||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-0 | update_cmd | W1C | 0h | Configuration update command: registers001h to 00Bh will ONLY be effective by sending this command Write 55h to send this command |
CMD_Start is shown in Figure 2-16 and described in Table 2-20.
Return to the Summary Table.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| start_cmd | |||||||
| W1C-0h | |||||||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-0 | start_cmd | W1C | 0h | Send start_command to start autonomous control or restart with the latest setting Write FFh to send this command |
CMD_Stop is shown in Figure 2-17 and described in Table 2-21.
Return to the Summary Table.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| stop_cmd | |||||||
| W1C-0h | |||||||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-0 | stop_cmd | W1C | 0h | Stop LED current status immediately, and go back to INITIAL state Write AAh to send this command |
CMD_Pause is shown in Figure 2-18 and described in Table 2-22.
Return to the Summary Table.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| pause_cmd | |||||||
| W1C-0h | |||||||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-0 | pause_cmd | W1C | 0h | Pause autonomous control at the current state, keep Internal sloper register unchanged, but the scan keeps going-on using the previous calculated pwm data Write 33h to send this command |
CMD_Continue is shown in Figure 2-19 and described in Table 2-23.
Return to the Summary Table.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| continue_cmd | |||||||
| W1C-0h | |||||||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-0 | continue_cmd | W1C | 0h | Continue autonomous control Write CCh to send this command |