Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Multiple/MultiArrays/MultiArrays.ino')
-rw-r--r--examples/Multiple/MultiArrays/MultiArrays.ino4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Multiple/MultiArrays/MultiArrays.ino b/examples/Multiple/MultiArrays/MultiArrays.ino
index 50241c39..9d3cbb6b 100644
--- a/examples/Multiple/MultiArrays/MultiArrays.ino
+++ b/examples/Multiple/MultiArrays/MultiArrays.ino
@@ -33,7 +33,7 @@ void loop() {
// clear our current dot before we move on
redLeds[i] = CRGB::Black;
greenLeds[i] = CRGB::Black;
- blueLeds[i] = CRGB::Blue;
+ blueLeds[i] = CRGB::Black;
delay(100);
}
@@ -46,7 +46,7 @@ void loop() {
// clear our current dot before we move on
redLeds[i] = CRGB::Black;
greenLeds[i] = CRGB::Black;
- blueLeds[i] = CRGB::Blue;
+ blueLeds[i] = CRGB::Black;
delay(100);
}
}