mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Add logos for iPod color and Nano
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7889 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
94404500bb
commit
07480a7c9d
5 changed files with 2588 additions and 2 deletions
|
|
@ -77,10 +77,14 @@ extern const unsigned char bitmap_icon_disk[];
|
|||
#if LCD_WIDTH == 112 || LCD_WIDTH == 128 || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_WIDTH == 128)
|
||||
extern const unsigned char rockbox112x37[];
|
||||
#endif
|
||||
#ifdef IRIVER_H300_SERIES
|
||||
#if defined(IRIVER_H300_SERIES) || (CONFIG_LCD == LCD_IPODCOLOR)
|
||||
#define ROCKBOXLOGO_WIDTH 220
|
||||
#define ROCKBOXLOGO_HEIGHT 68
|
||||
extern const unsigned short rockboxlogo[];
|
||||
#elif CONFIG_LCD == LCD_IPODNANO
|
||||
#define ROCKBOXLOGO_WIDTH 176
|
||||
#define ROCKBOXLOGO_HEIGHT 54
|
||||
extern const unsigned short rockboxlogo[];
|
||||
#elif LCD_WIDTH >= 160
|
||||
extern const unsigned char rockbox160x53x2[];
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue