mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-13 15:12:30 -05:00
Use the defines, we can't assume a particular LCD or keypad.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@424 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f7a6c45c43
commit
bd16e2fa94
5 changed files with 35 additions and 4 deletions
|
|
@ -46,6 +46,7 @@ bool dirbrowse(char *root)
|
|||
if(!dir)
|
||||
return TRUE; /* failure */
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
lcd_clearrect(0, 0, LCD_WIDTH, LCD_HEIGHT);
|
||||
|
||||
lcd_puts(0,0, "[Browse]", 0);
|
||||
|
|
@ -97,6 +98,7 @@ bool dirbrowse(char *root)
|
|||
break;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue