Lamps (matrix or individual)
L1:<ADDRESS>,<DATA>,<DATA>…<CR>
- Lamp Single ( if Data != 0, lamp channel is on, else off)
L1:0,1,1,0,1<CR>
Starting at the lamp 0, turn on lamps 0, 1, and 3. Turn off lamp 2
L1:7,0,1<CR>
Starting at the lamp 7, turn off lamp 7, and turn on lamp 8
L8:<ADDRESS>,<DATA>,<DATA>…<CR>
- Lamp Byte (Writes 8 bits at a time; 1 = lamp on, 0 = off)
L8:0,F0<CR>
Starting with the first 8 lamps, turn on lamps 4-7, and turn off lamps 0-3
L8:1,80,80,80,80<CR>
Starting with lamps 8-15, turn on lamp 15, 23, 31, 39, All other lamps in the range of 8-39 are off.