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:
Justin Heiner 2002-08-28 18:01:55 +00:00
parent b23823e8f2
commit a9b2208723

View file

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