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:
Dave Chapman 2005-11-15 02:19:02 +00:00
parent 94404500bb
commit 07480a7c9d
5 changed files with 2588 additions and 2 deletions

View file

@ -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