1
0

Use CRGB type for AlphaSquare color, so ints are in common order

This commit is contained in:
Dan Bernier 2018-03-08 21:21:25 -05:00
parent b745a26c5a
commit b6c8974487

View File

@ -349,7 +349,7 @@ void setup() {
NumPad.numPadLayer = NUMPAD;
// We configure the AlphaSquare effect to use RED letters
AlphaSquare.color = { 255, 0, 0 };
AlphaSquare.color = CRGB(255, 0, 0);
// We set the brightness of the rainbow effects to 150 (on a scale of 0-255)
// This draws more than 500mA, but looks much nicer than a dimmer effect