summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 68cad04c79..65b1a3828e 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -139,6 +139,9 @@ bubbles_background.176x132x16.bmp
139#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) 139#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128)
140bubbles_emblem.160x128x16.bmp 140bubbles_emblem.160x128x16.bmp
141bubbles_background.160x128x16.bmp 141bubbles_background.160x128x16.bmp
142#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 160)
143bubbles_emblem.160x128x16.bmp
144bubbles_background.128x160x16.bmp
142#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128) 145#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128)
143bubbles_emblem.160x128x16.bmp 146bubbles_emblem.160x128x16.bmp
144bubbles_background.128x128x16.bmp 147bubbles_background.128x128x16.bmp
@@ -492,6 +495,8 @@ rockblox_background.176x220x16.bmp
492rockblox_background.176x132x16.bmp 495rockblox_background.176x132x16.bmp
493#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) 496#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
494rockblox_background.160x128x16.bmp 497rockblox_background.160x128x16.bmp
498#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 160)
499rockblox_background.128x160x16.bmp
495#elif (LCD_WIDTH == 128) && (LCD_HEIGHT >= 128) 500#elif (LCD_WIDTH == 128) && (LCD_HEIGHT >= 128)
496rockblox_background.128x128x16.bmp 501rockblox_background.128x128x16.bmp
497#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80) 502#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80)