make matrix a nickname replacement. Also make it work queue
This commit is contained in:
parent
22dcb53673
commit
03f2f8a7d3
|
@ -55,8 +55,8 @@ void ram(void){
|
|||
lcdDisplay();
|
||||
// Exit on enter+left
|
||||
int key = getInputRaw();
|
||||
if(key== BTN_ENTER || key == BTN_LEFT)
|
||||
if(key!= BTN_NONE)
|
||||
return;
|
||||
delayms(60);
|
||||
delayms_queue_plus(90,0);
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue