summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES56
-rw-r--r--apps/plugins/bitmaps/native/bubbles_background.128x128x16.bmpbin0 -> 49206 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_background.160x128x16.bmpbin0 -> 61494 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_background.176x132x16.bmpbin0 -> 69750 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_background.176x220x16.bmpbin0 -> 116214 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_background.220x176x16.bmpbin0 -> 116214 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_background.240x320x16.bmpbin0 -> 230454 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_background.320x240x16.bmpbin0 -> 230454 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_left.160x128x16.bmpbin12854 -> 0 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_left.176x132x16.bmpbin15894 -> 0 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_left.176x220x16.bmpbin31734 -> 0 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_left.220x176x16.bmpbin24694 -> 0 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmpbin61494 -> 0 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_left.320x240x16.bmpbin51894 -> 0 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_right.160x128x16.bmpbin12342 -> 0 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_right.176x132x16.bmpbin16422 -> 0 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_right.220x176x16.bmpbin25398 -> 0 bytes
-rw-r--r--apps/plugins/bitmaps/native/bubbles_right.320x240x16.bmpbin52854 -> 0 bytes
18 files changed, 28 insertions, 28 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 55ad8392c3..5e66779abb 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -60,37 +60,37 @@ brickmania_break.176x132x16.bmp
60jackpot_slots.30x420x1.bmp 60jackpot_slots.30x420x1.bmp
61 61
62/* Bubbles */ 62/* Bubbles */
63#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) 63#ifdef HAVE_LCD_COLOR
64bubbles_emblem.112x64x1.bmp 64#if (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240)
65#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) 65bubbles_emblem.320x240x16.bmp
66bubbles_emblem.138x110x2.bmp 66bubbles_background.320x240x16.bmp
67#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) 67#elif (LCD_WIDTH >= 240) && (LCD_HEIGHT >= 320)
68bubbles_emblem.160x128x2.bmp 68bubbles_emblem.320x240x16.bmp
69#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR) 69bubbles_background.240x320x16.bmp
70#elif (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176)
71bubbles_emblem.220x176x16.bmp
72bubbles_background.220x176x16.bmp
73#elif (LCD_WIDTH >= 176) && (LCD_HEIGHT >= 220)
74bubbles_emblem.220x176x16.bmp
75bubbles_background.176x220x16.bmp
76#elif (LCD_WIDTH >= 176) && (LCD_HEIGHT >= 132)
70bubbles_emblem.160x128x16.bmp 77bubbles_emblem.160x128x16.bmp
71bubbles_left.160x128x16.bmp 78bubbles_background.176x132x16.bmp
72bubbles_right.160x128x16.bmp 79#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128)
73#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128)
74bubbles_emblem.160x128x16.bmp 80bubbles_emblem.160x128x16.bmp
75bubbles_left.160x128x16.bmp 81bubbles_background.160x128x16.bmp
76#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) 82#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128)
77bubbles_emblem.160x128x16.bmp 83bubbles_emblem.160x128x16.bmp
78bubbles_left.176x132x16.bmp 84bubbles_background.128x128x16.bmp
79bubbles_right.176x132x16.bmp 85#endif
80#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176) 86#elif LCD_DEPTH <= 2 /* greyscale, mono */
81bubbles_emblem.220x176x16.bmp 87#if (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128)
82bubbles_left.220x176x16.bmp 88bubbles_emblem.160x128x2.bmp
83bubbles_right.220x176x16.bmp 89#elif (LCD_WIDTH >= 138) && (LCD_HEIGHT >= 110)
84#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 220) 90bubbles_emblem.138x110x2.bmp
85bubbles_emblem.220x176x16.bmp 91#elif (LCD_WIDTH >= 112) && (LCD_HEIGHT >= 64)
86bubbles_left.176x220x16.bmp 92bubbles_emblem.112x64x1.bmp
87#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) 93#endif
88bubbles_emblem.320x240x16.bmp
89bubbles_left.320x240x16.bmp
90bubbles_right.320x240x16.bmp
91#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320)
92bubbles_emblem.320x240x16.bmp
93bubbles_left.240x320x16.bmp
94#endif 94#endif
95 95
96/* ChessBox */ 96/* ChessBox */
diff --git a/apps/plugins/bitmaps/native/bubbles_background.128x128x16.bmp b/apps/plugins/bitmaps/native/bubbles_background.128x128x16.bmp
new file mode 100644
index 0000000000..38afb6ea75
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_background.128x128x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_background.160x128x16.bmp b/apps/plugins/bitmaps/native/bubbles_background.160x128x16.bmp
new file mode 100644
index 0000000000..a77b7b1909
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_background.160x128x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_background.176x132x16.bmp b/apps/plugins/bitmaps/native/bubbles_background.176x132x16.bmp
new file mode 100644
index 0000000000..d7a006b2fa
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_background.176x132x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_background.176x220x16.bmp b/apps/plugins/bitmaps/native/bubbles_background.176x220x16.bmp
new file mode 100644
index 0000000000..1b20464185
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_background.176x220x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_background.220x176x16.bmp b/apps/plugins/bitmaps/native/bubbles_background.220x176x16.bmp
new file mode 100644
index 0000000000..957d0b93b5
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_background.220x176x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_background.240x320x16.bmp b/apps/plugins/bitmaps/native/bubbles_background.240x320x16.bmp
new file mode 100644
index 0000000000..3397b3f432
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_background.240x320x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_background.320x240x16.bmp b/apps/plugins/bitmaps/native/bubbles_background.320x240x16.bmp
new file mode 100644
index 0000000000..f19278b018
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_background.320x240x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_left.160x128x16.bmp b/apps/plugins/bitmaps/native/bubbles_left.160x128x16.bmp
deleted file mode 100644
index 15f78cfdf2..0000000000
--- a/apps/plugins/bitmaps/native/bubbles_left.160x128x16.bmp
+++ /dev/null
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_left.176x132x16.bmp b/apps/plugins/bitmaps/native/bubbles_left.176x132x16.bmp
deleted file mode 100644
index dbad0543a3..0000000000
--- a/apps/plugins/bitmaps/native/bubbles_left.176x132x16.bmp
+++ /dev/null
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_left.176x220x16.bmp b/apps/plugins/bitmaps/native/bubbles_left.176x220x16.bmp
deleted file mode 100755
index 7d66663a0a..0000000000
--- a/apps/plugins/bitmaps/native/bubbles_left.176x220x16.bmp
+++ /dev/null
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_left.220x176x16.bmp b/apps/plugins/bitmaps/native/bubbles_left.220x176x16.bmp
deleted file mode 100644
index cbe38ca53c..0000000000
--- a/apps/plugins/bitmaps/native/bubbles_left.220x176x16.bmp
+++ /dev/null
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmp b/apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmp
deleted file mode 100644
index 6e4bb4533e..0000000000
--- a/apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmp
+++ /dev/null
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_left.320x240x16.bmp b/apps/plugins/bitmaps/native/bubbles_left.320x240x16.bmp
deleted file mode 100644
index 194bea0ff0..0000000000
--- a/apps/plugins/bitmaps/native/bubbles_left.320x240x16.bmp
+++ /dev/null
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_right.160x128x16.bmp b/apps/plugins/bitmaps/native/bubbles_right.160x128x16.bmp
deleted file mode 100644
index d065365e82..0000000000
--- a/apps/plugins/bitmaps/native/bubbles_right.160x128x16.bmp
+++ /dev/null
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_right.176x132x16.bmp b/apps/plugins/bitmaps/native/bubbles_right.176x132x16.bmp
deleted file mode 100644
index 1093c17b2b..0000000000
--- a/apps/plugins/bitmaps/native/bubbles_right.176x132x16.bmp
+++ /dev/null
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_right.220x176x16.bmp b/apps/plugins/bitmaps/native/bubbles_right.220x176x16.bmp
deleted file mode 100644
index c0d8bef8ab..0000000000
--- a/apps/plugins/bitmaps/native/bubbles_right.220x176x16.bmp
+++ /dev/null
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_right.320x240x16.bmp b/apps/plugins/bitmaps/native/bubbles_right.320x240x16.bmp
deleted file mode 100644
index 5872fdc8ec..0000000000
--- a/apps/plugins/bitmaps/native/bubbles_right.320x240x16.bmp
+++ /dev/null
Binary files differ