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
This commit is contained in:
Jens Arnold 2008-05-25 21:31:36 +00:00
parent 825d89fe28
commit bdca83b86c

View file

@ -370,7 +370,7 @@ pegbox_pieces.8x8x1.bmp
/* Rockblox */ /* Rockblox */
#if LCD_DEPTH == 16 /* colour versions*/ #if LCD_DEPTH == 16 /* colour versions*/
#if (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) #if (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240)
rockblox_background.320x240x16.bmp rockblox_background.320x240x16.bmp
#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) #elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320)
rockblox_background.240x320x16.bmp rockblox_background.240x320x16.bmp