summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES5
-rw-r--r--apps/plugins/bitmaps/native/SOURCES8
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_left.176x220x16.bmpbin0 -> 31734 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmpbin53814 -> 61494 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_right.240x320x16.bmpbin55094 -> 0 bytes
5 files changed, 8 insertions, 5 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index c5c26cdc0b..6c8218de77 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -11,9 +11,10 @@ bubbles_bubble.160x128x1.bmp
11#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) 11#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
12bubbles_bubble.138x110x1.bmp 12bubbles_bubble.138x110x1.bmp
13#elif ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176)) || \ 13#elif ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176)) || \
14 ((LCD_WIDTH == 240) && (LCD_HEIGHT == 320)) 14 ((LCD_WIDTH == 176) && (LCD_HEIGHT == 220))
15bubbles_bubble.220x176x1.bmp 15bubbles_bubble.220x176x1.bmp
16#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) 16#elif ((LCD_WIDTH == 320) && (LCD_HEIGHT == 240)) || \
17 ((LCD_WIDTH == 240) && (LCD_HEIGHT == 320))
17bubbles_bubble.320x240x1.bmp 18bubbles_bubble.320x240x1.bmp
18#endif 19#endif
19 20
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index b98377e846..6fb8a20e71 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -22,14 +22,16 @@ bubbles_right.176x132x16.bmp
22bubbles_emblem.220x176x16.bmp 22bubbles_emblem.220x176x16.bmp
23bubbles_left.220x176x16.bmp 23bubbles_left.220x176x16.bmp
24bubbles_right.220x176x16.bmp 24bubbles_right.220x176x16.bmp
25#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) 25#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 220)
26bubbles_emblem.220x176x16.bmp 26bubbles_emblem.220x176x16.bmp
27bubbles_left.240x320x16.bmp 27bubbles_left.176x220x16.bmp
28bubbles_right.240x320x16.bmp
29#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) 28#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
30bubbles_emblem.320x240x16.bmp 29bubbles_emblem.320x240x16.bmp
31bubbles_left.320x240x16.bmp 30bubbles_left.320x240x16.bmp
32bubbles_right.320x240x16.bmp 31bubbles_right.320x240x16.bmp
32#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320)
33bubbles_emblem.320x240x16.bmp
34bubbles_left.240x320x16.bmp
33#endif 35#endif
34 36
35/* ChessBox */ 37/* ChessBox */
diff --git a/apps/plugins/bitmaps/native/bubbles_left.176x220x16.bmp b/apps/plugins/bitmaps/native/bubbles_left.176x220x16.bmp
new file mode 100755
index 0000000000..7d66663a0a
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_left.176x220x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmp b/apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmp
index 25cf12ddbf..6e4bb4533e 100644
--- a/apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmp
+++ b/apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_right.240x320x16.bmp b/apps/plugins/bitmaps/native/bubbles_right.240x320x16.bmp
deleted file mode 100644
index 7f08389cc0..0000000000
--- a/apps/plugins/bitmaps/native/bubbles_right.240x320x16.bmp
+++ /dev/null
Binary files differ