Added missing brightness implementation

This commit is contained in:
David Madison 2016-12-21 11:45:13 -05:00
parent 4cf7d401e3
commit 821c3633a9
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ void setup()
#endif
FastLED.addLeds<LED_TYPE, LED_PIN, COLOR_ORDER>(leds, NUM_LEDS);
FastLED.setBrightness(BRIGHTNESS);
// Dirty trick: the circular buffer for serial data is 256 bytes,
// and the "in" and "out" indices are unsigned 8-bit types -- this