1
0

brighten up the rainbow effects

This commit is contained in:
Jesse Vincent 2017-06-12 09:39:00 +08:00
parent be5c9498d2
commit c6a2d4f99a

@ -124,6 +124,8 @@ void setup() {
NULL);
AlphaSquare.color = { 255, 0, 0 };
LEDRainbowEffect.brightness(150);
LEDRainbowWaveEffect.brightness(150);
StalkerEffect.variant = STALKER(BlazingTrail);
LEDOff.activate();
}