RGB LEDs
Individual Mode
RS:<ID><R><G><B>,<ID><R><G><B>…<CR>
- Example(s):
- RS:040000ff,0500ff00<CR>
- LED 4 full on blue, LED 5 full on green
- RS:040000ff,0500ff00<CR>
All LEDs Mode
RA:<R><G><B><CR>
- Example(s):
- RA:ff0000<CR>
- All LEDs = red full on.
- RA:000000<CR>
- All LEDs off
- RA:ff0000<CR>
RGB Color Change Fade (Requires version 88)
RF:<CR>
- Returns the current fade time in milliseconds (HEX). Default is 0ms
RF:<Fade_time_in_milliseconds_hex)
- Example(s):
- RF:7D0<CR>
- Set Fade Time to 2000ms
- RF:3E8<CR>
- Set Fade Time to 1000ms
- RF:7D0<CR>