forked from len0rd/rockbox
expanded the browser with a little cursor to move
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@331 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5ab87aa978
commit
25ca8f2a56
2 changed files with 50 additions and 8 deletions
|
|
@ -88,10 +88,7 @@ void app_main(void)
|
|||
menu_init();
|
||||
break;
|
||||
case (LINE_BROWSE * LINE_HEIGHT):
|
||||
lcd_clearrect(0, 0, LCD_WIDTH, LCD_HEIGHT);
|
||||
dirbrowse("/");
|
||||
lcd_update();
|
||||
while((!button_get()));
|
||||
lcd_clearrect(0, 0, LCD_WIDTH, LCD_HEIGHT);
|
||||
menu_init();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue