Change color to orange
This commit is contained in:
parent
99014b0f1d
commit
dd9ced2962
@ -67,13 +67,13 @@ void winAnimation() {
|
||||
for (int i = 0; i < NUM_LEDS; i++) {
|
||||
strip.setPixelColor(
|
||||
ledIndex(i),
|
||||
strip.Color(25, 25, 0)
|
||||
strip.Color(35, 10, 0)
|
||||
);
|
||||
strip.show();
|
||||
delay(20);
|
||||
}
|
||||
|
||||
setAll(strip.Color(25, 25, 0));
|
||||
setAll(strip.Color(35, 10, 0));
|
||||
strip.show();
|
||||
}
|
||||
|
||||
@ -81,7 +81,7 @@ void checkPress(int buttonID) {
|
||||
if (buttonID == sequence[currentStep]) {
|
||||
strip.setPixelColor(
|
||||
ledIndex(currentStep),
|
||||
strip.Color(25, 25, 0)
|
||||
strip.Color(35, 10, 0)
|
||||
);
|
||||
strip.show();
|
||||
currentStep++;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user