diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-04-16 20:38:15 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-04-16 20:38:15 +0000 |
| commit | 95325ff72a367714c74564da768c64aede0a6cb0 (patch) | |
| tree | e98c1785a760c051bab4e878d377315f470bdb23 /apps/plugins/bitmaps | |
| parent | 6cc8c40e6bd77a7c753b417d36c4cc386cd1a1bd (diff) | |
| download | rockbox-95325ff72a367714c74564da768c64aede0a6cb0.zip rockbox-95325ff72a367714c74564da768c64aede0a6cb0.tar.gz rockbox-95325ff72a367714c74564da768c64aede0a6cb0.tar.bz2 rockbox-95325ff72a367714c74564da768c64aede0a6cb0.tar.xz | |
Build Sudoku for the iPod Nano - just use the 160x128 bitmaps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9689 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 92c2f75..dc2b774 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -118,7 +118,8 @@ solitaire_cardback.176x132x16.bmp sudoku_start.112x64x1.bmp sudoku_normal.112x64x1.bmp sudoku_inverse.112x64x1.bmp -#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH >= 2) +#elif ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH >= 2)) || \ + ((LCD_WIDTH == 176) && (LCD_HEIGHT == 132) && (LCD_DEPTH >= 2)) sudoku_start.160x128x2.bmp sudoku_normal.160x128x2.bmp sudoku_inverse.160x128x2.bmp |