mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
9560ba6696
commit
940091ae38
5 changed files with 66 additions and 9 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue