diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-02-05 01:58:10 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-02-05 01:58:10 +0000 |
| commit | f9df934d9066488357c2020f0fda3a659b4b0a3b (patch) | |
| tree | 8000bf0d76d6cc175a31857871c20358aa888fd7 /apps/plugins/bitmaps/native/SOURCES | |
| parent | f3857abf6bdc9b2d570150b98c56e239ac4ebd1b (diff) | |
| download | rockbox-f9df934d9066488357c2020f0fda3a659b4b0a3b.zip rockbox-f9df934d9066488357c2020f0fda3a659b4b0a3b.tar.gz rockbox-f9df934d9066488357c2020f0fda3a659b4b0a3b.tar.bz2 rockbox-f9df934d9066488357c2020f0fda3a659b4b0a3b.tar.xz | |
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
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 15b1c46..163482a 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -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 |