New animation
This commit is contained in:
@@ -101,7 +101,7 @@ void showAnimation() {
|
|||||||
void showBetterRainbow() {
|
void showBetterRainbow() {
|
||||||
if (settings.ledstrip.enableLedAnimation)
|
if (settings.ledstrip.enableLedAnimation)
|
||||||
{
|
{
|
||||||
//fill_rainbow(); // Will implement later
|
fill_rainbow(&*std::begin(leds), leds.size(), gHue);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
std::fill(std::begin(leds), std::end(leds), CRGB{0, 0, 0});
|
std::fill(std::begin(leds), std::end(leds), CRGB{0, 0, 0});
|
||||||
|
Reference in New Issue
Block a user