forked from len0rd/rockbox
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
|
|
@ -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