diff options
Diffstat (limited to 'apps/plugins/bitmaps')
| -rw-r--r-- | apps/plugins/bitmaps/mono/SOURCES | 2 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/mono/bubbles_bubble.138x110x1.bmp | bin | 0 -> 374 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 2 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/native/bubbles_emblem.138x110x2.bmp | bin | 0 -> 1014 bytes |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index 34f0f42..0e8abd8 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -5,6 +5,8 @@ bubbles_bubble.160x128x1.bmp #elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) bubbles_bubble.160x128x1.bmp +#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) +bubbles_bubble.138x110x1.bmp #elif ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176)) || \ ((LCD_WIDTH == 240) && (LCD_HEIGHT == 320)) bubbles_bubble.220x176x1.bmp diff --git a/apps/plugins/bitmaps/mono/bubbles_bubble.138x110x1.bmp b/apps/plugins/bitmaps/mono/bubbles_bubble.138x110x1.bmp Binary files differnew file mode 100755 index 0000000..914e986 --- /dev/null +++ b/apps/plugins/bitmaps/mono/bubbles_bubble.138x110x1.bmp diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index fdded32..92c2f75 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -3,6 +3,8 @@ /* Bubbles */ #if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) bubbles_emblem.160x128x2.bmp +#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) +bubbles_emblem.138x110x2.bmp #elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR) bubbles_emblem.160x128x16.bmp bubbles_left.160x128x16.bmp diff --git a/apps/plugins/bitmaps/native/bubbles_emblem.138x110x2.bmp b/apps/plugins/bitmaps/native/bubbles_emblem.138x110x2.bmp Binary files differnew file mode 100755 index 0000000..9f993e3 --- /dev/null +++ b/apps/plugins/bitmaps/native/bubbles_emblem.138x110x2.bmp |