FS#7977: Bootloader logo for PP-based targets (H10, Sansa, M-Robe 100).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17374 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2008-05-05 12:05:00 +00:00
parent 9560ba6696
commit 940091ae38
5 changed files with 66 additions and 9 deletions

View file

@ -33,6 +33,8 @@ rockboxlogo.240x74x16.bmp
rockboxlogo.320x98x16.bmp
#endif
#ifndef BOOTLOADER /* We don't need these for the bootloader */
/* USB logo */
#ifdef HAVE_LCD_COLOR
#if LCD_WIDTH > 176
@ -63,4 +65,6 @@ default_icons.6x8x2.bmp
default_icons.6x8x1.bmp
#endif
#endif /* BOOTLOADER */
#endif /* HAVE_LCD_BITMAP */

View file

@ -1,5 +1,7 @@
#ifdef HAVE_REMOTE_LCD
#ifndef BOOTLOADER /* We don't need these for the bootloader */
#if (LCD_REMOTE_DEPTH == 1)
remote_rockboxlogo.128x42x1.bmp
remote_usblogo.104x27x1.bmp
@ -10,4 +12,6 @@ remote_usblogo.104x27x2.bmp
remote_default_icons.6x8x2.bmp
#endif
#endif /* BOOTLOADER */
#endif /* HAVE_REMOTE_LCD */