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/SOURCES5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index c5c26cdc0b..6c8218de77 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -11,9 +11,10 @@ bubbles_bubble.160x128x1.bmp
11#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) 11#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
12bubbles_bubble.138x110x1.bmp 12bubbles_bubble.138x110x1.bmp
13#elif ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176)) || \ 13#elif ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176)) || \
14 ((LCD_WIDTH == 240) && (LCD_HEIGHT == 320)) 14 ((LCD_WIDTH == 176) && (LCD_HEIGHT == 220))
15bubbles_bubble.220x176x1.bmp 15bubbles_bubble.220x176x1.bmp
16#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) 16#elif ((LCD_WIDTH == 320) && (LCD_HEIGHT == 240)) || \
17 ((LCD_WIDTH == 240) && (LCD_HEIGHT == 320))
17bubbles_bubble.320x240x1.bmp 18bubbles_bubble.320x240x1.bmp
18#endif 19#endif
19 20