forked from len0rd/rockbox
minor changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@639 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dfba210850
commit
b97a2f5e0d
1 changed files with 7 additions and 9 deletions
16
apps/menu.c
16
apps/menu.c
|
@ -195,19 +195,17 @@ void menu_draw(void)
|
|||
|
||||
void show_splash(void)
|
||||
{
|
||||
char *rockbox = "ROCKbox!";
|
||||
|
||||
lcd_clear_display();
|
||||
char *rockbox = "ROCKbox!";
|
||||
lcd_clear_display();
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
if (show_logo() != 0)
|
||||
return;
|
||||
if (show_logo() != 0)
|
||||
return;
|
||||
#else
|
||||
lcd_puts(0, 0, rockbox);
|
||||
lcd_puts(0, 0, rockbox);
|
||||
#endif
|
||||
|
||||
lcd_update();
|
||||
busy_wait();
|
||||
lcd_update();
|
||||
busy_wait();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue