diff options
Diffstat (limited to 'apps/plugins/bitmaps')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 9 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/native/bubbles_emblem.128x96x16.bmp | bin | 0 -> 1398 bytes |
2 files changed, 6 insertions, 3 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index d608062..2cd4591 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -175,15 +175,18 @@ bubbles_background.176x132x16.bmp #elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) bubbles_emblem.160x128x16.bmp bubbles_background.160x128x16.bmp +#elif (LCD_WIDTH >= 132) && (LCD_HEIGHT >= 80) +bubbles_emblem.132x80x16.bmp +bubbles_background.132x80x16.bmp #elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 160) bubbles_emblem.160x128x16.bmp bubbles_background.128x160x16.bmp #elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128) bubbles_emblem.160x128x16.bmp bubbles_background.128x128x16.bmp -#elif (LCD_WIDTH >= 132) && (LCD_HEIGHT >= 80) -bubbles_emblem.132x80x16.bmp -bubbles_background.132x80x16.bmp +#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96) +bubbles_emblem.128x96x16.bmp +bubbles_background.128x96x16.bmp #elif (LCD_WIDTH >= 96) && (LCD_HEIGHT >= 96) bubbles_emblem.132x80x16.bmp bubbles_background.96x96x16.bmp diff --git a/apps/plugins/bitmaps/native/bubbles_emblem.128x96x16.bmp b/apps/plugins/bitmaps/native/bubbles_emblem.128x96x16.bmp Binary files differnew file mode 100644 index 0000000..4a451d8 --- /dev/null +++ b/apps/plugins/bitmaps/native/bubbles_emblem.128x96x16.bmp |