We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f032b82 commit d1d5e9bCopy full SHA for d1d5e9b
1 file changed
libraries/Arduino_LED_Matrix/src/Arduino_LED_Matrix.h
@@ -219,6 +219,7 @@ class ArduinoLEDMatrix
219
void play(bool loop = false){
220
_loop = loop;
221
_sequenceDone = false;
222
+ _lastInterval = millis();
223
next();
224
}
225
bool sequenceDone(){
0 commit comments