diff options
author | Barry Wardell <rockbox@barrywardell.net> | 2006-08-19 19:21:17 +0000 |
---|---|---|
committer | Barry Wardell <rockbox@barrywardell.net> | 2006-08-19 19:21:17 +0000 |
commit | 99c2dc52841aabd0af66b3cd43452478acf22c31 (patch) | |
tree | 75858a6f73e3562e1681740634ce6613b852d9ba /apps/bitmaps | |
parent | 9fdb611547342c1dffdff84efdb9745c524a8f4d (diff) |
Add new build target for iriver H10 5/6Gb.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10661 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/bitmaps')
-rw-r--r-- | apps/bitmaps/native/SOURCES | 2 | ||||
-rw-r--r-- | apps/bitmaps/native/rockboxlogo.128x40x16.bmp | bin | 0 -> 10294 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index e8cff9f670..ca4bf47bd3 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 == 128) && (LCD_DEPTH == 16) +rockboxlogo.128x40x16.bmp #elif (LCD_WIDTH == 138) && (LCD_DEPTH == 2) rockboxlogo.138x46x2.bmp #elif (LCD_WIDTH == 160) && (LCD_DEPTH == 2) diff --git a/apps/bitmaps/native/rockboxlogo.128x40x16.bmp b/apps/bitmaps/native/rockboxlogo.128x40x16.bmp Binary files differnew file mode 100644 index 0000000000..b7a81c5961 --- /dev/null +++ b/apps/bitmaps/native/rockboxlogo.128x40x16.bmp |