forked from len0rd/rockbox
Minor cleaning - move card back bitmap to external bmp file, and define card size based on LCD size, not keypad type
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8576 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f3857abf6b
commit
f9df934d90
3 changed files with 18 additions and 106 deletions
|
@ -1,5 +1,10 @@
|
|||
#ifdef HAVE_LCD_BITMAP
|
||||
|
||||
/* Solitaire */
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
solitaire_cardback.220x176x16.bmp
|
||||
#endif
|
||||
|
||||
/* Sudoku */
|
||||
#if (LCD_WIDTH == 112) && (LCD_HEIGHT==64) && (LCD_DEPTH == 1)
|
||||
sudoku_start.112x64x1.bmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue