summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/mono
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps/mono')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index bdc0693129..be23b4f519 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -3,7 +3,8 @@
3/* Bubbles */ 3/* Bubbles */
4#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) 4#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
5bubbles_bubble.112x64x1.bmp 5bubbles_bubble.112x64x1.bmp
6#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) 6#elif ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \
7 ((LCD_WIDTH == 128) && (LCD_HEIGHT == 128))
7bubbles_bubble.160x128x1.bmp 8bubbles_bubble.160x128x1.bmp
8#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) 9#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)
9bubbles_bubble.160x128x1.bmp 10bubbles_bubble.160x128x1.bmp