1
0
Fork 0
forked from len0rd/rockbox

Some more solitaire graphics

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10421 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antoine Cellerier 2006-08-02 22:14:59 +00:00
parent b4cb493135
commit c00c94e1a4
8 changed files with 15 additions and 0 deletions

View file

@ -158,6 +158,21 @@ solitaire_cardback.220x176x16.bmp
solitaire_cardback.176x132x16.bmp
#endif
#endif
#if defined( HAVE_LCD_COLOR )
solitaire_numbers.8x10x1.bmp
solitaire_suits.8x10x16.bmp
#elif LCD_HEIGHT > 64
solitaire_numbers.8x10x1.bmp
solitaire_suits.8x10x1.bmp
#else
solitaire_numbers.6x6x1.bmp
solitaire_suits.6x6x1.bmp
#endif
#ifdef HAVE_LCD_COLOR
solitaire_suitsi.15x16x16.bmp
#else
solitaire_suitsi.15x16x1.bmp
#endif
/* Sudoku */
#if (LCD_WIDTH == 112) && (LCD_HEIGHT==64) && (LCD_DEPTH == 1)

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,014 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB