mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-15 11:07:38 -04:00
its much better to clear everytime the lcd
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9342 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
50012ab797
commit
e7a6749c41
1 changed files with 1 additions and 1 deletions
|
@ -2139,9 +2139,9 @@ int show_menu(void) /* return 1 to quit */
|
|||
playback_control(rb);
|
||||
break;
|
||||
case 4:
|
||||
MYLCD(clear_display)();
|
||||
break;
|
||||
}
|
||||
MYLCD(clear_display)();
|
||||
rb->menu_exit(m);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue