summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES2
-rwxr-xr-xapps/plugins/bitmaps/mono/bubbles_bubble.132x80x16.bmpbin0 -> 94 bytes
-rw-r--r--apps/plugins/bitmaps/native/SOURCES3
-rw-r--r--apps/plugins/bitmaps/native/bubbles_background.132x80x16.bmpbin0 -> 31734 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_emblem.132x80x16.bmpbin0 -> 1014 bytes
5 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index d74905fb0d..3917828bba 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -3,6 +3,8 @@
3/* Bubbles */ 3/* Bubbles */
4#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) 4#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
5bubbles_bubble.112x64x1.bmp 5bubbles_bubble.112x64x1.bmp
6#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80)
7bubbles_bubble.132x80x16.bmp
6#elif ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \ 8#elif ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \
7 ((LCD_WIDTH == 128) && (LCD_HEIGHT == 128)) 9 ((LCD_WIDTH == 128) && (LCD_HEIGHT == 128))
8bubbles_bubble.160x128x1.bmp 10bubbles_bubble.160x128x1.bmp
diff --git a/apps/plugins/bitmaps/mono/bubbles_bubble.132x80x16.bmp b/apps/plugins/bitmaps/mono/bubbles_bubble.132x80x16.bmp
new file mode 100755
index 0000000000..47cdd508d9
--- /dev/null
+++ b/apps/plugins/bitmaps/mono/bubbles_bubble.132x80x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 5e66779abb..430f5f90e2 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -82,6 +82,9 @@ bubbles_background.160x128x16.bmp
82#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128) 82#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128)
83bubbles_emblem.160x128x16.bmp 83bubbles_emblem.160x128x16.bmp
84bubbles_background.128x128x16.bmp 84bubbles_background.128x128x16.bmp
85#elif (LCD_WIDTH >= 132) && (LCD_HEIGHT >= 80)
86bubbles_emblem.132x80x16.bmp
87bubbles_background.132x80x16.bmp
85#endif 88#endif
86#elif LCD_DEPTH <= 2 /* greyscale, mono */ 89#elif LCD_DEPTH <= 2 /* greyscale, mono */
87#if (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) 90#if (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128)
diff --git a/apps/plugins/bitmaps/native/bubbles_background.132x80x16.bmp b/apps/plugins/bitmaps/native/bubbles_background.132x80x16.bmp
new file mode 100644
index 0000000000..beddf716ed
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_background.132x80x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_emblem.132x80x16.bmp b/apps/plugins/bitmaps/native/bubbles_emblem.132x80x16.bmp
new file mode 100644
index 0000000000..04664ec5aa
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_emblem.132x80x16.bmp
Binary files differ