diff options
Diffstat (limited to 'apps/plugins/bitmaps')
| -rw-r--r-- | apps/plugins/bitmaps/mono/SOURCES | 4 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/mono/bubbles_bubble.112x64x1.bmp | bin | 0 -> 92 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 6 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/native/bubbles_emblem.112x64x1.bmp | bin | 0 -> 222 bytes |
4 files changed, 7 insertions, 3 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index 0e8abd8..0a463c7 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -1,7 +1,9 @@ #ifdef HAVE_LCD_BITMAP /* Bubbles */ -#if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) +#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) +bubbles_bubble.112x64x1.bmp +#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) bubbles_bubble.160x128x1.bmp #elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) bubbles_bubble.160x128x1.bmp diff --git a/apps/plugins/bitmaps/mono/bubbles_bubble.112x64x1.bmp b/apps/plugins/bitmaps/mono/bubbles_bubble.112x64x1.bmp Binary files differnew file mode 100755 index 0000000..70d3c84 --- /dev/null +++ b/apps/plugins/bitmaps/mono/bubbles_bubble.112x64x1.bmp diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index dc2b774..a8d24ee 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -1,10 +1,12 @@ #ifdef HAVE_LCD_BITMAP /* Bubbles */ -#if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) -bubbles_emblem.160x128x2.bmp +#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) +bubbles_emblem.112x64x1.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.160x128x2.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.112x64x1.bmp b/apps/plugins/bitmaps/native/bubbles_emblem.112x64x1.bmp Binary files differnew file mode 100755 index 0000000..fa88240 --- /dev/null +++ b/apps/plugins/bitmaps/native/bubbles_emblem.112x64x1.bmp |