diff --git a/firmware/lcd/image.c b/firmware/lcd/image.c index 6d6b90a..3356197 100644 --- a/firmware/lcd/image.c +++ b/firmware/lcd/image.c @@ -34,7 +34,11 @@ uint8_t lcdShowAnim(char *fname, uint32_t framems) { continue; }; lcdDisplay(); - state=delayms_queue_plus(framems,0); + if(framems<100){ + state=delayms_queue_plus(framems,0); + }else{ + getInputWaitTimeout(framems); + }; } if(state)