summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-01-22 21:30:32 +0000
committerDave Chapman <dave@dchapman.com>2006-01-22 21:30:32 +0000
commit1e7043a20bfe874c2183989054a9a7daf788e582 (patch)
treef0ae5015c0cf609e4137757dc243cdc386dd34e2 /apps/plugins/bitmaps/native/SOURCES
parent4503b96749839acc3403d6cd7d4f1dff591cf221 (diff)
downloadrockbox-1e7043a20bfe874c2183989054a9a7daf788e582.tar.gz
rockbox-1e7043a20bfe874c2183989054a9a7daf788e582.zip
Initial attempt at using bmp2rb in the build system. Don't forget to re-run configure
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8418 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES18
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
new file mode 100644
index 0000000000..140df739a9
--- /dev/null
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -0,0 +1,18 @@
1#ifdef HAVE_LCD_BITMAP
2
3/* Sudoku */
4#if (LCD_WIDTH == 112) && (LCD_HEIGHT==64) && (LCD_DEPTH == 1)
5sudoku_start.112x64x1.bmp
6sudoku_normal.112x64x1.bmp
7sudoku_inverse.112x64x1.bmp
8#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 2)
9sudoku_start.160x128x2.bmp
10sudoku_normal.160x128x2.bmp
11sudoku_inverse.160x128x2.bmp
12#elif (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH == 16)
13sudoku_start.220x176x16.bmp
14sudoku_normal.220x176x16.bmp
15sudoku_inverse.220x176x16.bmp
16#endif
17
18#endif /* HAVE_LCD_BITMAP */