forked from len0rd/rockbox
New target - iPod Video.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8261 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3f9789b45a
commit
2a7bd9fb7b
12 changed files with 334 additions and 11 deletions
|
|
@ -81,7 +81,7 @@ 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
|
||||
#if defined(IRIVER_H300_SERIES) || defined(APPLE_IPODCOLOR)
|
||||
#if defined(IRIVER_H300_SERIES) || defined(APPLE_IPODCOLOR) || defined(APPLE_IPODVIDEO)
|
||||
#define ROCKBOXLOGO_WIDTH 220
|
||||
#define ROCKBOXLOGO_HEIGHT 68
|
||||
extern const unsigned short rockboxlogo[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue