diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-01-22 23:32:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-22 23:32:34 +0000 |
commit | 2c923a5efcd0b82bcf4a609ffc2d71c3556f9d4a (patch) | |
tree | 2ad52eda1ad0752de1e2703be072aefe869798f4 /apps | |
parent | 19c0664d3b7e46825f5485dd33bcb98562d50331 (diff) | |
download | rockbox-2c923a5efcd0b82bcf4a609ffc2d71c3556f9d4a.tar.gz rockbox-2c923a5efcd0b82bcf4a609ffc2d71c3556f9d4a.tar.bz2 rockbox-2c923a5efcd0b82bcf4a609ffc2d71c3556f9d4a.zip |
Added (somewhat blurry) boot logo for X5 and made sure it builds logos for
remote fine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8421 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/bitmaps/native/SOURCES | 2 | ||||
-rw-r--r-- | apps/bitmaps/native/rockboxlogo.160x50x16.bmp | bin | 0 -> 24054 bytes | |||
-rw-r--r-- | apps/recorder/icons.h | 5 |
3 files changed, 7 insertions, 0 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index f15624bb34..b4ac2e8cb2 100644 --- a/apps/bitmaps/native/SOURCES +++ b/apps/bitmaps/native/SOURCES @@ -5,6 +5,8 @@ rockboxlogo.112x37x1.bmp #elif (LCD_WIDTH == 160) && (LCD_DEPTH == 2) rockboxlogo.160x53x2.bmp +#elif (LCD_WIDTH == 160) && (LCD_DEPTH == 16) +rockboxlogo.160x50x16.bmp #elif (LCD_WIDTH == 176) && (LCD_DEPTH == 16) rockboxlogo.176x54x16.bmp #elif (LCD_WIDTH >= 220) && (LCD_DEPTH == 16) diff --git a/apps/bitmaps/native/rockboxlogo.160x50x16.bmp b/apps/bitmaps/native/rockboxlogo.160x50x16.bmp Binary files differnew file mode 100644 index 0000000000..59e472def1 --- /dev/null +++ b/apps/bitmaps/native/rockboxlogo.160x50x16.bmp diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h index 1ff6a670f8..258d93b444 100644 --- a/apps/recorder/icons.h +++ b/apps/recorder/icons.h @@ -90,6 +90,11 @@ extern const fb_data rockboxlogo[]; #define ROCKBOXLOGO_WIDTH 160 #define ROCKBOXLOGO_HEIGHT 53 +#elif (LCD_WIDTH == 160) && (LCD_DEPTH == 16) +/* iAudio X5 */ +#define ROCKBOXLOGO_WIDTH 160 +#define ROCKBOXLOGO_HEIGHT 50 + #elif (LCD_WIDTH == 176) && (LCD_DEPTH == 16) /* iPod Nano */ #define ROCKBOXLOGO_WIDTH 176 |