summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES18
1 files changed, 9 insertions, 9 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 83c522e053..f2d3076418 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -2,23 +2,23 @@
2 2
3/* Bejeweled */ 3/* Bejeweled */
4#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) 4#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
5bejeweled_jewels.112x64x1.bmp 5jewels.112x64x1.bmp
6#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64) 6#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64)
7bejeweled_jewels.112x64x1.bmp 7jewels.112x64x1.bmp
8#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) 8#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
9bejeweled_jewels.138x110x1.bmp 9jewels.138x110x1.bmp
10#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) 10#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR)
11bejeweled_jewels.160x128x1.bmp 11jewels.160x128x1.bmp
12#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR) 12#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR)
13bejeweled_jewels.160x128x16.bmp 13jewels.160x128x16.bmp
14#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) 14#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)
15bejeweled_jewels.160x128x16.bmp 15jewels.160x128x16.bmp
16#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176) 16#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176)
17bejeweled_jewels.220x176x16.bmp 17jewels.220x176x16.bmp
18#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) 18#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320)
19bejeweled_jewels.220x176x16.bmp 19jewels.220x176x16.bmp
20#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) 20#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
21bejeweled_jewels.320x240x16.bmp 21jewels.320x240x16.bmp
22#endif 22#endif
23 23
24/* ChessBox */ 24/* ChessBox */