diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2007-01-06 12:38:41 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2007-01-06 12:38:41 +0000 |
| commit | 59c9dcc990f6573750a3073cef279c3bc6044fc6 (patch) | |
| tree | a7933f46ae435a88e1f33bd74c248c480f259e12 /apps/plugins/bitmaps/mono | |
| parent | 00528e0c4d4f7d48684ec1c168821b7587da3e52 (diff) | |
| download | rockbox-59c9dcc990f6573750a3073cef279c3bc6044fc6.zip rockbox-59c9dcc990f6573750a3073cef279c3bc6044fc6.tar.gz rockbox-59c9dcc990f6573750a3073cef279c3bc6044fc6.tar.bz2 rockbox-59c9dcc990f6573750a3073cef279c3bc6044fc6.tar.xz | |
Rockblox for the last two targets (ifp and Sansa). The Sansa keymap has already been there, the ifp keymap is working but might have room for improvements by someone who can test on the unit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11933 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/mono')
| -rw-r--r-- | apps/plugins/bitmaps/mono/SOURCES | 2 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/mono/rockblox_background.128x64x1.bmp | bin | 0 -> 1086 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index c165abe..c5c26cd 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -49,6 +49,8 @@ brickmania_powerups.112x64x1.bmp /* Rockblox */ #if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) rockblox_background.112x64x1.bmp +#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64) +rockblox_background.128x64x1.bmp #endif /* Flip it */ diff --git a/apps/plugins/bitmaps/mono/rockblox_background.128x64x1.bmp b/apps/plugins/bitmaps/mono/rockblox_background.128x64x1.bmp Binary files differnew file mode 100755 index 0000000..09b4c08 --- /dev/null +++ b/apps/plugins/bitmaps/mono/rockblox_background.128x64x1.bmp |