forked from len0rd/rockbox
Add cardback bitmap for colour LCDs smaller than 220x176.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9139 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c688e4da9d
commit
7e7423373e
3 changed files with 9 additions and 0 deletions
|
@ -61,7 +61,11 @@ jewels.320x240x16.bmp
|
|||
|
||||
/* Solitaire */
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176)
|
||||
solitaire_cardback.220x176x16.bmp
|
||||
#else
|
||||
solitaire_cardback.176x132x16.bmp
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Sudoku */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue