diff options
author | Marcoen Hirschberg <marcoen@gmail.com> | 2006-02-24 15:42:52 +0000 |
---|---|---|
committer | Marcoen Hirschberg <marcoen@gmail.com> | 2006-02-24 15:42:52 +0000 |
commit | 338e2bbb0c6673452c64378ef9e609d5c19c7558 (patch) | |
tree | 7314096e43a7eedfd7091c39fed97c0c33400827 /apps/bitmaps/native/SOURCES | |
parent | b902428180c11def61f2d3caa2612b9f80d7d41a (diff) | |
download | rockbox-338e2bbb0c6673452c64378ef9e609d5c19c7558.tar.gz rockbox-338e2bbb0c6673452c64378ef9e609d5c19c7558.tar.bz2 rockbox-338e2bbb0c6673452c64378ef9e609d5c19c7558.zip |
first gigabeat commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8831 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/bitmaps/native/SOURCES')
-rw-r--r-- | apps/bitmaps/native/SOURCES | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index c83bad5ebd..5ee09c5303 100644 --- a/apps/bitmaps/native/SOURCES +++ b/apps/bitmaps/native/SOURCES @@ -11,10 +11,12 @@ rockboxlogo.160x53x2.bmp rockboxlogo.160x50x16.bmp #elif (LCD_WIDTH == 176) && (LCD_DEPTH == 16) rockboxlogo.176x54x16.bmp -#elif (LCD_WIDTH == 320) && (LCD_DEPTH == 16) -rockboxlogo.320x98x16.bmp -#elif (LCD_WIDTH >= 220) && (LCD_DEPTH == 16) +#elif (LCD_WIDTH == 220) && (LCD_DEPTH == 16) rockboxlogo.220x68x16.bmp +#elif (LCD_WIDTH == 240) && (LCD_DEPTH == 16) +rockboxlogo.240x74x16.bmp +#elif (LCD_WIDTH >= 320) && (LCD_DEPTH == 16) +rockboxlogo.320x98x16.bmp #endif #endif /* HAVE_LCD_BITMAP */ |