summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
370 370
371/* Rockblox */ 371/* Rockblox */
372#if LCD_DEPTH == 16 /* colour versions*/ 372#if LCD_DEPTH == 16 /* colour versions*/
373#if (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) 373#if (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240)
374rockblox_background.320x240x16.bmp 374rockblox_background.320x240x16.bmp
375#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) 375#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320)
376rockblox_background.240x320x16.bmp 376rockblox_background.240x320x16.bmp