diff options
author | Dave Chapman <dave@dchapman.com> | 2006-02-21 15:01:25 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2006-02-21 15:01:25 +0000 |
commit | 8b1297a0b683c03f320b502652113633032411a7 (patch) | |
tree | d6d4104d8b7519c2edb56fa6b83e61a41615b4fd /apps/bitmaps/native | |
parent | c7fd0fee7ad2581889e84748ab64e10003d9d526 (diff) |
Patch #1435744 from Andrew Scott - initial iPod Mini support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8764 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/bitmaps/native')
-rw-r--r-- | apps/bitmaps/native/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index 4b2ed5a6bb..c83bad5ebd 100644 --- a/apps/bitmaps/native/SOURCES +++ b/apps/bitmaps/native/SOURCES @@ -3,6 +3,8 @@ /* Rockbox logo */ #if (LCD_DEPTH == 1) rockboxlogo.112x37x1.bmp +#elif (LCD_WIDTH == 138) && (LCD_DEPTH == 2) +rockboxlogo.112x37x1.bmp #elif (LCD_WIDTH == 160) && (LCD_DEPTH == 2) rockboxlogo.160x53x2.bmp #elif (LCD_WIDTH == 160) && (LCD_DEPTH == 16) |