Add color bitmap files for flipit, sokoban and star plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10098 a1c6a512-1295-4272-9138-f99709370657
|
@ -106,6 +106,40 @@ snake2_right.160x128x2.bmp
|
||||||
snake2_bottom.160x128x2.bmp
|
snake2_bottom.160x128x2.bmp
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Sokoban*/
|
||||||
|
#ifdef HAVE_LCD_COLOR
|
||||||
|
#if LCD_HEIGHT >= 240
|
||||||
|
sokoban_tiles.14x14.bmp
|
||||||
|
#elif LCD_HEIGHT >= 176
|
||||||
|
sokoban_tiles.9x9.bmp
|
||||||
|
#else
|
||||||
|
/* LCD_HEIGHT >= 128 */
|
||||||
|
sokoban_tiles.6x6.bmp
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Flip it */
|
||||||
|
#ifdef HAVE_LCD_COLOR
|
||||||
|
#if LCD_HEIGHT >= 200
|
||||||
|
flipit_tokens.50x50.bmp
|
||||||
|
#elif LCD_HEIGHT >= 160
|
||||||
|
flipit_tokens.40x40.bmp
|
||||||
|
#else
|
||||||
|
flipit_tokens.30x30.bmp
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Star */
|
||||||
|
#ifdef HAVE_LCD_COLOR
|
||||||
|
#if LCD_WIDTH >= 320
|
||||||
|
star_tiles.20x20.bmp
|
||||||
|
#elif LCD_WIDTH >= 220
|
||||||
|
star_tiles.13x13.bmp
|
||||||
|
#else
|
||||||
|
star_tiles.10x10.bmp
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Solitaire */
|
/* Solitaire */
|
||||||
#ifdef HAVE_LCD_COLOR
|
#ifdef HAVE_LCD_COLOR
|
||||||
#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176)
|
#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176)
|
||||||
|
|
BIN
apps/plugins/bitmaps/native/flipit_tokens.30x30.bmp
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
apps/plugins/bitmaps/native/flipit_tokens.40x40.bmp
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
apps/plugins/bitmaps/native/flipit_tokens.50x50.bmp
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmp
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp
Normal file
After Width: | Height: | Size: 774 B |
BIN
apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
apps/plugins/bitmaps/native/star_tiles.10x10.bmp
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
apps/plugins/bitmaps/native/star_tiles.13x13.bmp
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
apps/plugins/bitmaps/native/star_tiles.20x20.bmp
Normal file
After Width: | Height: | Size: 5.9 KiB |