We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f880d64 + d1d5e9b commit 6d775bcCopy full SHA for 6d775bc
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