summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-02-05 01:58:10 +0000
committerDave Chapman <dave@dchapman.com>2006-02-05 01:58:10 +0000
commitf9df934d9066488357c2020f0fda3a659b4b0a3b (patch)
tree8000bf0d76d6cc175a31857871c20358aa888fd7 /apps/plugins/bitmaps/native
parentf3857abf6bdc9b2d570150b98c56e239ac4ebd1b (diff)
downloadrockbox-f9df934d9066488357c2020f0fda3a659b4b0a3b.tar.gz
rockbox-f9df934d9066488357c2020f0fda3a659b4b0a3b.zip
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')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES5
-rw-r--r--apps/plugins/bitmaps/native/solitaire_cardback.220x176x16.bmpbin0 -> 2694 bytes
2 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 15b1c46237..163482a6ae 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -1,5 +1,10 @@
1#ifdef HAVE_LCD_BITMAP 1#ifdef HAVE_LCD_BITMAP
2 2
3/* Solitaire */
4#ifdef HAVE_LCD_COLOR
5solitaire_cardback.220x176x16.bmp
6#endif
7
3/* Sudoku */ 8/* Sudoku */
4#if (LCD_WIDTH == 112) && (LCD_HEIGHT==64) && (LCD_DEPTH == 1) 9#if (LCD_WIDTH == 112) && (LCD_HEIGHT==64) && (LCD_DEPTH == 1)
5sudoku_start.112x64x1.bmp 10sudoku_start.112x64x1.bmp
diff --git a/apps/plugins/bitmaps/native/solitaire_cardback.220x176x16.bmp b/apps/plugins/bitmaps/native/solitaire_cardback.220x176x16.bmp
new file mode 100644
index 0000000000..1810d18ce3
--- /dev/null
+++ b/apps/plugins/bitmaps/native/solitaire_cardback.220x176x16.bmp
Binary files differ