This commit is contained in:
@ -13,7 +13,7 @@ void SnakeEffect::loop() {
|
||||
}
|
||||
|
||||
fadeToBlackBy(leds, LED_COUNT, 2);
|
||||
setPixel(window, this->coords.x, this->coords.y, CHSV(hue, 200, 255));
|
||||
setPixel(window, this->coords.x, this->coords.y, CHSV(hue, 200, 255));
|
||||
hue++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user