forked from len0rd/rockbox
*: Enhance minesweeper graphics
minesweeper.c: clean source code (ipod keys still need to be changed) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10562 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c9bb152a33
commit
e2a73dc389
6 changed files with 378 additions and 428 deletions
|
@ -280,4 +280,16 @@ rockpaint.bmp
|
|||
rockpaint_hsvrgb.bmp
|
||||
#endif
|
||||
|
||||
#if defined( HAVE_LCD_COLOR )
|
||||
#if ( LCD_HEIGHT * LCD_WIDTH ) / ( 16 * 16 ) >= 130
|
||||
minesweeper_tiles.16x16x24.bmp
|
||||
#else
|
||||
minesweeper_tiles.12x12x24.bmp
|
||||
#endif
|
||||
#elif LCD_DEPTH > 1
|
||||
minesweeper_tiles.12x12x2.bmp
|
||||
#else
|
||||
minesweeper_tiles.8x8x1.bmp
|
||||
#endif
|
||||
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue