Make exiting easier

This commit is contained in:
Stefan `Sec` Zehl 2011-08-05 00:26:39 +02:00
parent c2d7656a1e
commit 09eb3b0ea1
1 changed files with 5 additions and 1 deletions

View File

@ -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)