mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2026-03-22 17:07:30 +01:00
change default animation to rainbow
This commit is contained in:
@@ -53,9 +53,7 @@ class IlluCat : public Sprocket {
|
|||||||
pixels->Scanner(pixels->Wheel(COLOR_NOT_CONNECTED), pixelConfig.updateInterval);
|
pixels->Scanner(pixels->Wheel(COLOR_NOT_CONNECTED), pixelConfig.updateInterval);
|
||||||
}
|
}
|
||||||
virtual void defaultAnimation() {
|
virtual void defaultAnimation() {
|
||||||
// remove DEPRECATED USAGE
|
pixels->RainbowCycle(pixelConfig.updateInterval);
|
||||||
String defaultStr = String(defaultState.value);
|
|
||||||
PIXEL_FNCS[defaultState.mode](pixels, defaultStr.c_str());
|
|
||||||
}
|
}
|
||||||
Sprocket* activate(Scheduler* scheduler, Network* network) {
|
Sprocket* activate(Scheduler* scheduler, Network* network) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user