Centered the ROCKbox! logo in the player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2042 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b23823e8f2
commit
a9b2208723
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ int show_logo( void )
|
|||
lcd_update();
|
||||
|
||||
#else
|
||||
char *rockbox = "ROCKbox!";
|
||||
char *rockbox = " ROCKbox!";
|
||||
lcd_clear_display();
|
||||
#ifdef HAVE_NEW_CHARCELL_LCD
|
||||
lcd_double_height(true);
|
||||
|
|
Loading…
Reference in a new issue