summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES4
-rwxr-xr-xapps/plugins/bitmaps/mono/bubbles_bubble.112x64x1.bmpbin0 -> 92 bytes
-rw-r--r--apps/plugins/bitmaps/native/SOURCES6
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_emblem.112x64x1.bmpbin0 -> 222 bytes
4 files changed, 7 insertions, 3 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index 0e8abd86f6..0a463c714e 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -1,7 +1,9 @@
1#ifdef HAVE_LCD_BITMAP 1#ifdef HAVE_LCD_BITMAP
2 2
3/* Bubbles */ 3/* Bubbles */
4#if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) 4#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
5bubbles_bubble.112x64x1.bmp
6#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
5bubbles_bubble.160x128x1.bmp 7bubbles_bubble.160x128x1.bmp
6#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) 8#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)
7bubbles_bubble.160x128x1.bmp 9bubbles_bubble.160x128x1.bmp
diff --git a/apps/plugins/bitmaps/mono/bubbles_bubble.112x64x1.bmp b/apps/plugins/bitmaps/mono/bubbles_bubble.112x64x1.bmp
new file mode 100755
index 0000000000..70d3c8451e
--- /dev/null
+++ b/apps/plugins/bitmaps/mono/bubbles_bubble.112x64x1.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index dc2b774328..a8d24ee196 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -1,10 +1,12 @@
1#ifdef HAVE_LCD_BITMAP 1#ifdef HAVE_LCD_BITMAP
2 2
3/* Bubbles */ 3/* Bubbles */
4#if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) 4#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
5bubbles_emblem.160x128x2.bmp 5bubbles_emblem.112x64x1.bmp
6#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) 6#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
7bubbles_emblem.138x110x2.bmp 7bubbles_emblem.138x110x2.bmp
8#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR)
9bubbles_emblem.160x128x2.bmp
8#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR) 10#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR)
9bubbles_emblem.160x128x16.bmp 11bubbles_emblem.160x128x16.bmp
10bubbles_left.160x128x16.bmp 12bubbles_left.160x128x16.bmp
diff --git a/apps/plugins/bitmaps/native/bubbles_emblem.112x64x1.bmp b/apps/plugins/bitmaps/native/bubbles_emblem.112x64x1.bmp
new file mode 100755
index 0000000000..fa882403e7
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_emblem.112x64x1.bmp
Binary files differ