summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2007-09-20 10:49:48 +0000
committerMarianne Arnold <pixelma@rockbox.org>2007-09-20 10:49:48 +0000
commit12ddb8ea0d8dbaa38703c37551fcd5c5267819e6 (patch)
treee679031afc87caf181d21cce816aff540d4a5cb0 /apps/plugins/bitmaps/native/SOURCES
parent7b71787bd8dc1f570d2270a312438f86b66e3456 (diff)
downloadrockbox-12ddb8ea0d8dbaa38703c37551fcd5c5267819e6.tar.gz
rockbox-12ddb8ea0d8dbaa38703c37551fcd5c5267819e6.zip
Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14771 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES16
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 93939c95f7..55ad8392c3 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -167,6 +167,14 @@ clock_segments.138x110x2.bmp
167clock_smallsegments.160x128x2.bmp 167clock_smallsegments.160x128x2.bmp
168clock_logo.138x110x2.bmp 168clock_logo.138x110x2.bmp
169clock_messages.138x110x2.bmp 169clock_messages.138x110x2.bmp
170#elif (LCD_WIDTH >= 132) && (LCD_HEIGHT >= 80) && (LCD_DEPTH >= 16)
171clock_binary.132x80x16.bmp
172clock_digits.132x80x16.bmp
173clock_smalldigits.132x80x16.bmp
174clock_segments.132x80x16.bmp
175clock_smallsegments.132x80x16.bmp
176clock_logo.132x80x16.bmp
177clock_messages.132x80x16.bmp
170#elif (LCD_WIDTH >= 112) && (LCD_HEIGHT >= 64) && (LCD_DEPTH >= 1) 178#elif (LCD_WIDTH >= 112) && (LCD_HEIGHT >= 64) && (LCD_DEPTH >= 1)
171clock_binary.112x64x1.bmp 179clock_binary.112x64x1.bmp
172clock_digits.112x64x1.bmp 180clock_digits.112x64x1.bmp
@@ -237,6 +245,8 @@ jewels.112x64x1.bmp
237jewels.112x64x1.bmp 245jewels.112x64x1.bmp
238#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) 246#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128)
239jewels.128x128x16.bmp 247jewels.128x128x16.bmp
248#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80)
249jewels.132x80x16.bmp
240#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) 250#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
241jewels.138x110x2.bmp 251jewels.138x110x2.bmp
242#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) 252#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR)
@@ -283,6 +293,8 @@ rockblox_background.176x220x16.bmp
283rockblox_background.160x128x16.bmp 293rockblox_background.160x128x16.bmp
284#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 16) 294#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 16)
285rockblox_background.128x128x16.bmp 295rockblox_background.128x128x16.bmp
296#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80) && (LCD_DEPTH == 16)
297rockblox_background.132x80x16.bmp
286#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 2) 298#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 2)
287rockblox_background.160x128x2.bmp 299rockblox_background.160x128x2.bmp
288#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) && (LCD_DEPTH == 2) 300#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) && (LCD_DEPTH == 2)
@@ -426,6 +438,10 @@ sudoku_inverse.112x64x1.bmp
426sudoku_start.138x110x2.bmp 438sudoku_start.138x110x2.bmp
427sudoku_normal.138x110x2.bmp 439sudoku_normal.138x110x2.bmp
428sudoku_inverse.138x110x2.bmp 440sudoku_inverse.138x110x2.bmp
441#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80) && (LCD_DEPTH >= 16)
442sudoku_start.132x80x16.bmp
443sudoku_normal.132x80x16.bmp
444sudoku_inverse.132x80x16.bmp
429#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 16) 445#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 16)
430sudoku_start.128x128x16.bmp 446sudoku_start.128x128x16.bmp
431sudoku_normal.128x128x16.bmp 447sudoku_normal.128x128x16.bmp