From 59c9dcc990f6573750a3073cef279c3bc6044fc6 Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Sat, 6 Jan 2007 12:38:41 +0000 Subject: 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 --- apps/plugins/bitmaps/native/SOURCES | 2 ++ .../bitmaps/native/rockblox_background.176x220x16.bmp | Bin 0 -> 116214 bytes 2 files changed, 2 insertions(+) create mode 100755 apps/plugins/bitmaps/native/rockblox_background.176x220x16.bmp (limited to 'apps/plugins/bitmaps/native') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 0521f72..53a8b22 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -318,6 +318,8 @@ rockblox_background.240x320x16.bmp rockblox_background.220x176x16.bmp #elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) && (LCD_DEPTH == 16) rockblox_background.176x132x16.bmp +#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 220) && (LCD_DEPTH == 16) +rockblox_background.176x220x16.bmp #elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH >= 16) rockblox_background.160x128x16.bmp #elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 16) diff --git a/apps/plugins/bitmaps/native/rockblox_background.176x220x16.bmp b/apps/plugins/bitmaps/native/rockblox_background.176x220x16.bmp new file mode 100755 index 0000000..5046615 Binary files /dev/null and b/apps/plugins/bitmaps/native/rockblox_background.176x220x16.bmp differ -- cgit v1.1