Skip to content

Commit 2df4a83

Browse files
committed
commit to main
1 parent 9168f2a commit 2df4a83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/org/trigon/hardware/misc/leds/CANdleLEDStrip.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ public static void setTotalAmountOfLEDs(int totalAmountOfLEDs) {
4949
LAST_CREATED_LED_STRIP_ANIMATION_SLOT++;
5050
}
5151

52+
@Override
53+
public void periodic() {
54+
currentAnimation.run();
55+
}
56+
5257
@Override
5358
protected void clearLEDColors() {
5459
CANDLE.clearAnimation(animationSlot);

0 commit comments

Comments
 (0)