summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps/native')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES14
-rwxr-xr-xapps/plugins/bitmaps/native/tetrox_background.160x128x16.bmpbin0 -> 61496 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/tetrox_background.160x128x2.bmpbin0 -> 61496 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/tetrox_background.176x132x16.bmpbin0 -> 69752 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/tetrox_background.220x176x16.bmpbin0 -> 116214 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/tetrox_background.320x240x16.bmpbin0 -> 230456 bytes
6 files changed, 14 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index f2d3076418..6b6896d263 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -116,4 +116,18 @@ brickmania_break.176x132x16.bmp
116 116
117#endif 117#endif
118 118
119/* Tetrox */
120#if (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) && (LCD_DEPTH == 16)
121tetrox_background.320x240x16.bmp
122#elif (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH == 16)
123tetrox_background.220x176x16.bmp
124#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) && (LCD_DEPTH == 16)
125tetrox_background.176x132x16.bmp
126#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH >= 16)
127tetrox_background.160x128x16.bmp
128#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 2)
129tetrox_background.160x128x2.bmp
130#endif
131
132
119#endif /* HAVE_LCD_BITMAP */ 133#endif /* HAVE_LCD_BITMAP */
diff --git a/apps/plugins/bitmaps/native/tetrox_background.160x128x16.bmp b/apps/plugins/bitmaps/native/tetrox_background.160x128x16.bmp
new file mode 100755
index 0000000000..42674ab03d
--- /dev/null
+++ b/apps/plugins/bitmaps/native/tetrox_background.160x128x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/tetrox_background.160x128x2.bmp b/apps/plugins/bitmaps/native/tetrox_background.160x128x2.bmp
new file mode 100755
index 0000000000..656986c7d0
--- /dev/null
+++ b/apps/plugins/bitmaps/native/tetrox_background.160x128x2.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/tetrox_background.176x132x16.bmp b/apps/plugins/bitmaps/native/tetrox_background.176x132x16.bmp
new file mode 100755
index 0000000000..e53782c21c
--- /dev/null
+++ b/apps/plugins/bitmaps/native/tetrox_background.176x132x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/tetrox_background.220x176x16.bmp b/apps/plugins/bitmaps/native/tetrox_background.220x176x16.bmp
new file mode 100755
index 0000000000..c36f3ec932
--- /dev/null
+++ b/apps/plugins/bitmaps/native/tetrox_background.220x176x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/tetrox_background.320x240x16.bmp b/apps/plugins/bitmaps/native/tetrox_background.320x240x16.bmp
new file mode 100755
index 0000000000..70bdaa32b5
--- /dev/null
+++ b/apps/plugins/bitmaps/native/tetrox_background.320x240x16.bmp
Binary files differ