forked from len0rd/rockbox
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
This commit is contained in:
parent
bf3dba8628
commit
2d767c5c11
9 changed files with 22 additions and 0 deletions
|
@ -56,6 +56,9 @@ starfield.c
|
||||||
/* These need adjusting for the iPod Nano and Mini */
|
/* These need adjusting for the iPod Nano and Mini */
|
||||||
sudoku.c
|
sudoku.c
|
||||||
#endif
|
#endif
|
||||||
|
#if (LCD_WIDTH != 240) && (LCD_WIDTH != 138) && (LCD_WIDTH != 128)
|
||||||
|
tetrox.c
|
||||||
|
#endif
|
||||||
#if CONFIG_LCD == LCD_SSD1815
|
#if CONFIG_LCD == LCD_SSD1815
|
||||||
video.c
|
video.c
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -19,4 +19,9 @@ brickmania_start.112x64x1.bmp
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Tetrox */
|
||||||
|
#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
|
||||||
|
tetrox_background.112x64x1.bmp
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* HAVE_LCD_BITMAP */
|
#endif /* HAVE_LCD_BITMAP */
|
||||||
|
|
BIN
apps/plugins/bitmaps/mono/tetrox_background.112x64x1.bmp
Executable file
BIN
apps/plugins/bitmaps/mono/tetrox_background.112x64x1.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
|
@ -116,4 +116,18 @@ brickmania_break.176x132x16.bmp
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Tetrox */
|
||||||
|
#if (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) && (LCD_DEPTH == 16)
|
||||||
|
tetrox_background.320x240x16.bmp
|
||||||
|
#elif (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH == 16)
|
||||||
|
tetrox_background.220x176x16.bmp
|
||||||
|
#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) && (LCD_DEPTH == 16)
|
||||||
|
tetrox_background.176x132x16.bmp
|
||||||
|
#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH >= 16)
|
||||||
|
tetrox_background.160x128x16.bmp
|
||||||
|
#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 2)
|
||||||
|
tetrox_background.160x128x2.bmp
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#endif /* HAVE_LCD_BITMAP */
|
#endif /* HAVE_LCD_BITMAP */
|
||||||
|
|
BIN
apps/plugins/bitmaps/native/tetrox_background.160x128x16.bmp
Executable file
BIN
apps/plugins/bitmaps/native/tetrox_background.160x128x16.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
BIN
apps/plugins/bitmaps/native/tetrox_background.160x128x2.bmp
Executable file
BIN
apps/plugins/bitmaps/native/tetrox_background.160x128x2.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
BIN
apps/plugins/bitmaps/native/tetrox_background.176x132x16.bmp
Executable file
BIN
apps/plugins/bitmaps/native/tetrox_background.176x132x16.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
BIN
apps/plugins/bitmaps/native/tetrox_background.220x176x16.bmp
Executable file
BIN
apps/plugins/bitmaps/native/tetrox_background.220x176x16.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
BIN
apps/plugins/bitmaps/native/tetrox_background.320x240x16.bmp
Executable file
BIN
apps/plugins/bitmaps/native/tetrox_background.320x240x16.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 225 KiB |
Loading…
Add table
Add a link
Reference in a new issue