Hi,
Is there any example/documentation on how to use the parallel mode for SET_DIM_BLOCK commands and SET_RGB_BLOCK commands? I am still having some issues with it that after I get the TRANSMISSION_COMPLETE signal for a digLED_Send_Cmd_Parallel(), the following digLED_Set_RGB() requests fail to execute for some reason.
Here is a screenshot with the parallel command that I'm sending:

For all 18 LEDs (starting with address 2) I want to set:
- Dim 3 for Red channel, Dim 0 for Blue & Green channels
- RGB(0xCC, 0x00, 0x00), every other 3 LEDs. RGB(0x00, 0x00, 0x00) in between.
Is there anything wrong that I'm doing? The command seems to execute ok, but after the TRANSMISSION_COMPLETE signal, a digLED_Set_RGB(0,0,0,0,0) command to turn everything OFF doesn't do anything (event though it responds with DIGLED_OK).
Thank you!