summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBen Basha <benbasha@rockbox.org>2006-03-19 13:26:08 +0000
committerBen Basha <benbasha@rockbox.org>2006-03-19 13:26:08 +0000
commit2d767c5c112853a355dd6f13fd808bd1666042ee (patch)
treeca9cb54a78b80ad50da3bb034a66d6cbe0f29a58 /apps
parentbf3dba862824d05fdc12ae78c5c5bea61545f6ea (diff)
downloadrockbox-2d767c5c112853a355dd6f13fd808bd1666042ee.tar.gz
rockbox-2d767c5c112853a355dd6f13fd808bd1666042ee.zip
New plugin: Tetrox, vertical tetris by eli sherer with work by me to port it to all rockbox working platforms.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9118 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/SOURCES3
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES5
-rwxr-xr-xapps/plugins/bitmaps/mono/tetrox_background.112x64x1.bmpbin0 -> 21560 bytes
-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
9 files changed, 22 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 9f93d1f1b9..b01641aa17 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -56,6 +56,9 @@ starfield.c
56/* These need adjusting for the iPod Nano and Mini */ 56/* These need adjusting for the iPod Nano and Mini */
57sudoku.c 57sudoku.c
58#endif 58#endif
59#if (LCD_WIDTH != 240) && (LCD_WIDTH != 138) && (LCD_WIDTH != 128)
60tetrox.c
61#endif
59#if CONFIG_LCD == LCD_SSD1815 62#if CONFIG_LCD == LCD_SSD1815
60video.c 63video.c
61#endif 64#endif
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index 954090468d..0ee98f9c0f 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -19,4 +19,9 @@ brickmania_start.112x64x1.bmp
19 19
20#endif 20#endif
21 21
22/* Tetrox */
23#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
24tetrox_background.112x64x1.bmp
25#endif
26
22#endif /* HAVE_LCD_BITMAP */ 27#endif /* HAVE_LCD_BITMAP */
diff --git a/apps/plugins/bitmaps/mono/tetrox_background.112x64x1.bmp b/apps/plugins/bitmaps/mono/tetrox_background.112x64x1.bmp
new file mode 100755
index 0000000000..d4462d9c56
--- /dev/null
+++ b/apps/plugins/bitmaps/mono/tetrox_background.112x64x1.bmp
Binary files differ
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