We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9168f2a commit 2df4a83Copy full SHA for 2df4a83
src/main/java/org/trigon/hardware/misc/leds/CANdleLEDStrip.java
@@ -49,6 +49,11 @@ public static void setTotalAmountOfLEDs(int totalAmountOfLEDs) {
49
LAST_CREATED_LED_STRIP_ANIMATION_SLOT++;
50
}
51
52
+ @Override
53
+ public void periodic() {
54
+ currentAnimation.run();
55
+ }
56
+
57
@Override
58
protected void clearLEDColors() {
59
CANDLE.clearAnimation(animationSlot);
0 commit comments