diff options
Diffstat (limited to 'apps/plugins/bitmaps/native')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 11f6bd3..71b2ebb 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -15,6 +15,8 @@ bejeweled_jewels.160x128x16.bmp bejeweled_jewels.160x128x16.bmp #elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176) bejeweled_jewels.220x176x16.bmp +#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) +bejeweled_jewels.220x176x16.bmp #elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) bejeweled_jewels.320x240x16.bmp #endif |