Add function to update RGB backlight as a single settings command followed by 3 bytes for the red, green and blue values. This will eliminate the delays and flickering of using 3 commands to set the colors, one by one.
This command has a few advantages over the original.
- It changes the backlight color at once, with no flickering through intermediate colors.
- It's quicker and a bit more intuitive to use a single command.
- It allows for all rgb value combinations, not just those that map to a 0-30, 0-30, 0-30 triplet. (Probably not a big deal, as maybe only an artist who has mastered like Monet, might be able to notice the difference.)
Add function to update RGB backlight as a single settings command followed by 3 bytes for the red, green and blue values. This will eliminate the delays and flickering of using 3 commands to set the colors, one by one.
This command has a few advantages over the original.