summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-05-25 21:31:36 +0000
committerJens Arnold <amiconn@rockbox.org>2008-05-25 21:31:36 +0000
commitbdca83b86cdddc34cac49e349cdb86e79c38e085 (patch)
treeb4765d46c2dc99958fc36159a9de0cbfc7b9b2a4 /apps/plugins
parent825d89fe282a6797cef5ef7266c908d2986334d4 (diff)
Quick fix for the failing m:robe 500 build. Proper rockblox graphics are needed to make it work correctly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17631 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 704f2ce2c4..31ee1f1a73 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -370,7 +370,7 @@ pegbox_pieces.8x8x1.bmp
/* Rockblox */
#if LCD_DEPTH == 16 /* colour versions*/
-#if (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
+#if (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240)
rockblox_background.320x240x16.bmp
#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320)
rockblox_background.240x320x16.bmp