Clear first, display later.

This commit is contained in:
Stefan `Sec` Zehl 2011-07-09 22:48:26 +02:00
parent 76f080d302
commit d2a31aa6b0
1 changed files with 1 additions and 1 deletions

View File

@ -72,9 +72,9 @@ void handleMenu(const struct MENU *the_menu) {
the_menu->entries[menuselection]->callback();
break;
case BTN_ENTER:
lcdFill(0);
DoString(0,0,"Called....");
lcdDisplay(0);
lcdFill(0);
if (the_menu->entries[menuselection]->callback!=NULL)
the_menu->entries[menuselection]->callback();
lcdDisplay(0);