pled
$>pled 0 0 3 255 //this turns on white spot on side 0, square 0
__OK__
$>pled 0 1 2 255 //this turns on blue spot on side 0, square 1
__OK__
$>pled 0 2 0 255 //this turns on red spot on side 0, square 3
__OK__
$>pled 100 3 1 255 //this clears LEDs first and turns on green spot on side 0, square 3
__OK__Last updated