1
0
Fork 0
forked from len0rd/rockbox

Accept FS#7218 by Dave Hooper: Bitmap version of the sliding puzzle game.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16168 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nicolas Pennequin 2008-01-26 00:16:06 +00:00
parent 5991478628
commit 02f1839bfe
14 changed files with 417 additions and 190 deletions

View file

@ -546,4 +546,25 @@ matrix_normal.bmp
#endif
#endif
#if defined(HAVE_LCD_COLOR)
#if (LCD_WIDTH==132 && LCD_HEIGHT==80)
sliding_puzzle.80x80x16.bmp
#elif (LCD_WIDTH==128 || LCD_HEIGHT==128)
sliding_puzzle.128x128x16.bmp
#elif (LCD_WIDTH==176 || LCD_WIDTH==176)
sliding_puzzle.176x176x16.bmp
#elif (LCD_WIDTH==240 || LCD_HEIGHT==240)
sliding_puzzle.240x240x16.bmp
#endif
#elif (LCD_DEPTH>1)
#if (LCD_WIDTH==110 || LCD_HEIGHT==110)
sliding_puzzle.110x110x2.bmp
#elif (LCD_WIDTH==128 || LCD_HEIGHT==128)
sliding_puzzle.128x128x2.bmp
#endif
#elif (LCD_WIDTH>=80 && LCD_HEIGHT==64)
sliding_puzzle.80x64x1.bmp
#endif
#endif /* HAVE_LCD_BITMAP */