1
0
Fork 0
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:
Daniel Stenberg 2002-04-30 13:37:28 +00:00
parent 5ab87aa978
commit 25ca8f2a56
2 changed files with 50 additions and 8 deletions

View file

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