diff options
author | Dave Chapman <dave@dchapman.com> | 2008-05-02 08:08:39 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2008-05-02 08:08:39 +0000 |
commit | 4cf4b5c2aef075b719e834f30d17c0986fadb658 (patch) | |
tree | b93b0a0456cea019639db6bd47e1483ce12d2097 /apps | |
parent | 6c6a2ed9108a2937c644042b35c72ffc38f5ecce (diff) |
128x42x1 Rockbox logo (a copy of the 128x41x1 remote version) for 128 pixel wide mono main LCDs - fixes the logo for the iFP (it was using the Archos version), plus preparation for new ports.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17305 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/bitmaps/native/SOURCES | 2 | ||||
-rw-r--r-- | apps/bitmaps/native/rockboxlogo.128x42x1.bmp | bin | 0 -> 736 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index 841dd52c69..967318b0eb 100644 --- a/apps/bitmaps/native/SOURCES +++ b/apps/bitmaps/native/SOURCES @@ -4,6 +4,8 @@ #if (LCD_DEPTH == 1) #if (LCD_WIDTH == 160) rockboxlogo.160x53x1.bmp +#elif (LCD_WIDTH == 128) +rockboxlogo.128x42x1.bmp #else rockboxlogo.112x30x1.bmp #endif diff --git a/apps/bitmaps/native/rockboxlogo.128x42x1.bmp b/apps/bitmaps/native/rockboxlogo.128x42x1.bmp Binary files differnew file mode 100644 index 0000000000..27d8e5fc26 --- /dev/null +++ b/apps/bitmaps/native/rockboxlogo.128x42x1.bmp |