Added missing brightness implementation
This commit is contained in:
parent
4cf7d401e3
commit
821c3633a9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue