summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2007-01-15 20:40:48 +0000
committerBarry Wardell <rockbox@barrywardell.net>2007-01-15 20:40:48 +0000
commit41ee9e33041dd2020e7ee3c44b81cef538b6592f (patch)
tree80dea3488f41fd0c78512760daf86e1a00dd3f32 /apps/plugins/bitmaps/native/SOURCES
parent6de815be5cb06e9e8df46fcfdfbf611bce24c99c (diff)
downloadrockbox-41ee9e33041dd2020e7ee3c44b81cef538b6592f.tar.gz
rockbox-41ee9e33041dd2020e7ee3c44b81cef538b6592f.zip
FS#6539 - Thanks to Tom Ross
Add Jewels, Spacerocks, Wormlet, Rockboy and Sudoku for the e200. Also Includes manual changes for plugins. Add X5 keymappings for wormlet to the manual. Add help text for Jewels on the H10 and give a warning if help text is not defined. Fix bug in spacerocks lives drawing on large screens (larger than Ondio). Change spacerocks comments to C style. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12018 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 568597c95a..b98377e846 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -66,6 +66,8 @@ jewels.160x128x16.bmp
66jewels.160x128x16.bmp 66jewels.160x128x16.bmp
67#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176) 67#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176)
68jewels.220x176x16.bmp 68jewels.220x176x16.bmp
69#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 220)
70jewels.220x176x16.bmp
69#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) 71#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320)
70jewels.320x240x16.bmp 72jewels.320x240x16.bmp
71#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) 73#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
@@ -254,7 +256,11 @@ sudoku_normal.320x240x16.bmp
254sudoku_inverse.320x240x16.bmp 256sudoku_inverse.320x240x16.bmp
255#endif 257#endif
256#else 258#else
257#if (LCD_WIDTH >= 240) && (LCD_HEIGHT >= 320) && (LCD_DEPTH == 16) 259#if ((LCD_WIDTH == 176) && (LCD_HEIGHT == 220) && (LCD_DEPTH == 16))
260sudoku_start.220x176x16.bmp
261sudoku_normal.220x176x16.bmp
262sudoku_inverse.220x176x16.bmp
263#elif (LCD_WIDTH >= 240) && (LCD_HEIGHT >= 320) && (LCD_DEPTH == 16)
258sudoku_start.320x240x16.bmp 264sudoku_start.320x240x16.bmp
259sudoku_normal.320x240x16.bmp 265sudoku_normal.320x240x16.bmp
260sudoku_inverse.320x240x16.bmp 266sudoku_inverse.320x240x16.bmp