Fix USB screen on Player.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11293 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b2d5723b45
commit
d6e9290319
1 changed files with 1 additions and 1 deletions
|
@ -105,8 +105,8 @@ void usb_screen(void)
|
|||
lcd_remote_update();
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
lcd_clear_display();
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
lcd_bitmap(usblogo, (LCD_WIDTH-BMPWIDTH_usblogo)/2,
|
||||
(LCD_HEIGHT-BMPHEIGHT_usblogo)/2,
|
||||
BMPWIDTH_usblogo, BMPHEIGHT_usblogo);
|
||||
|
|
Loading…
Reference in a new issue