Update with make-all-the-leds-the-same solo option.

This commit is contained in:
cnlohr 2015-08-08 23:02:39 -04:00
parent 68e7bd6bb6
commit ee756a820d
6 changed files with 61 additions and 5 deletions

View file

@ -37,7 +37,9 @@ void NewFrame()
// uint8_t led_outs[NUM_LIN_LEDS*3];
int i;
HandleFrameInfo();
UpdateLinearLEDs();
// UpdateAllSameLEDs();
SendSPI2812( ledOut, NUM_LIN_LEDS );
}