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, 3 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index daba9bb4ca..0152e92e0d 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -22,6 +22,9 @@ bubbles_bubble.220x176x1.bmp
22#elif ((LCD_WIDTH == 320) && (LCD_HEIGHT == 240)) || \ 22#elif ((LCD_WIDTH == 320) && (LCD_HEIGHT == 240)) || \
23 ((LCD_WIDTH == 240) && (LCD_HEIGHT >= 320)) 23 ((LCD_WIDTH == 240) && (LCD_HEIGHT >= 320))
24bubbles_bubble.320x240x1.bmp 24bubbles_bubble.320x240x1.bmp
25#elif ((LCD_WIDTH == 640) && (LCD_HEIGHT == 480)) || \
26 ((LCD_WIDTH == 480) && (LCD_HEIGHT == 640))
27bubbles_bubble.640x480x1.bmp
25#endif 28#endif
26 29
27/* Flip it */ 30/* Flip it */