diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2011-08-27 16:21:19 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2011-08-27 16:21:19 +0000 |
commit | 463b3ed8b2630d1b9d656dd2a52bbcbd429b4c08 (patch) | |
tree | 622e101cddcdad0360625efc647cecbd538fb7dd /apps/bitmaps/native/SOURCES | |
parent | 3aeb7fad9a31666f5762644ebcf2725b15b9241f (diff) | |
download | rockbox-463b3ed8b2630d1b9d656dd2a52bbcbd429b4c08.tar.gz rockbox-463b3ed8b2630d1b9d656dd2a52bbcbd429b4c08.tar.bz2 rockbox-463b3ed8b2630d1b9d656dd2a52bbcbd429b4c08.zip |
Initial framework for the Sandisk Sansa Clip Zip
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30365 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/bitmaps/native/SOURCES')
-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 9ce7d89cff..1124543802 100644 --- a/apps/bitmaps/native/SOURCES +++ b/apps/bitmaps/native/SOURCES @@ -9,6 +9,8 @@ rockboxlogo.128x42x1.bmp #else rockboxlogo.112x30x1.bmp #endif +#elif (LCD_WIDTH == 96) && (LCD_DEPTH == 16) +rockboxlogo.96x30x16.bmp #elif (LCD_WIDTH == 128) && (LCD_DEPTH == 2) rockboxlogo.128x42x2.bmp #elif (LCD_WIDTH == 128) && (LCD_DEPTH == 16) |