summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/mono/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps/mono/SOURCES')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index 0ee98f9c0f..34f0f4254b 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -1,5 +1,17 @@
1#ifdef HAVE_LCD_BITMAP 1#ifdef HAVE_LCD_BITMAP
2 2
3/* Bubbles */
4#if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
5bubbles_bubble.160x128x1.bmp
6#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)
7bubbles_bubble.160x128x1.bmp
8#elif ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176)) || \
9 ((LCD_WIDTH == 240) && (LCD_HEIGHT == 320))
10bubbles_bubble.220x176x1.bmp
11#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
12bubbles_bubble.320x240x1.bmp
13#endif
14
3/* BrickMania */ 15/* BrickMania */
4#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) 16#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
5 17