summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2011-01-09 21:42:25 +0000
committerMichael Sevakis <jethead71@rockbox.org>2011-01-09 21:42:25 +0000
commit67ae5cce2e4ffe68b511aa5437706656fe30891c (patch)
treef899ba932f8e2e5b23974a532ab7c45b87545787
parent9cb473319370810fbab474d26524d927d908c91f (diff)
downloadrockbox-67ae5cce2e4ffe68b511aa5437706656fe30891c.tar.gz
rockbox-67ae5cce2e4ffe68b511aa5437706656fe30891c.zip
SA9200: Make plugins. Cheat a little just to get things to make at first by using some artwork for 128x128 screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29016 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES3
-rw-r--r--apps/plugins/bitmaps/native/SOURCES14
-rw-r--r--apps/plugins/bubbles.c2
-rw-r--r--apps/plugins/wormlet.c3
-rwxr-xr-xtools/configure2
5 files changed, 17 insertions, 7 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index 813ede362c..c12c7c7d67 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -10,7 +10,8 @@ bubbles_bubble.132x80x16.bmp
10#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96) 10#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96)
11bubbles_bubble.128x96x1.bmp 11bubbles_bubble.128x96x1.bmp
12#elif ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \ 12#elif ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \
13 ((LCD_WIDTH == 128) && (LCD_HEIGHT == 128)) 13 ((LCD_WIDTH == 128) && (LCD_HEIGHT == 128)) || \
14 ((LCD_WIDTH == 128) && (LCD_HEIGHT == 160))
14bubbles_bubble.160x128x1.bmp 15bubbles_bubble.160x128x1.bmp
15#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) 16#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)
16bubbles_bubble.160x128x1.bmp 17bubbles_bubble.160x128x1.bmp
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 598f75975a..f655f59648 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -381,6 +381,8 @@ jewels.112x64x1.bmp
381jewels.112x64x1.bmp 381jewels.112x64x1.bmp
382#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) 382#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128)
383jewels.128x128x16.bmp 383jewels.128x128x16.bmp
384#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 160)
385jewels.128x128x16.bmp
384#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80) 386#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80)
385jewels.132x80x16.bmp 387jewels.132x80x16.bmp
386#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96) 388#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96)
@@ -490,7 +492,7 @@ rockblox_background.176x220x16.bmp
490rockblox_background.176x132x16.bmp 492rockblox_background.176x132x16.bmp
491#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) 493#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
492rockblox_background.160x128x16.bmp 494rockblox_background.160x128x16.bmp
493#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) 495#elif (LCD_WIDTH == 128) && (LCD_HEIGHT >= 128)
494rockblox_background.128x128x16.bmp 496rockblox_background.128x128x16.bmp
495#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80) 497#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80)
496rockblox_background.132x80x16.bmp 498rockblox_background.132x80x16.bmp
@@ -720,7 +722,7 @@ sudoku_inverse.138x110x2.bmp
720sudoku_start.132x80x16.bmp 722sudoku_start.132x80x16.bmp
721sudoku_normal.132x80x16.bmp 723sudoku_normal.132x80x16.bmp
722sudoku_inverse.132x80x16.bmp 724sudoku_inverse.132x80x16.bmp
723#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 16) 725#elif ((LCD_WIDTH == 128) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 16)) ||
724sudoku_start.128x128x16.bmp 726sudoku_start.128x128x16.bmp
725sudoku_normal.128x128x16.bmp 727sudoku_normal.128x128x16.bmp
726sudoku_inverse.128x128x16.bmp 728sudoku_inverse.128x128x16.bmp
@@ -755,8 +757,12 @@ sudoku_start.640x480x16.bmp
755sudoku_normal.640x480x16.bmp 757sudoku_normal.640x480x16.bmp
756sudoku_inverse.640x480x16.bmp 758sudoku_inverse.640x480x16.bmp
757#endif 759#endif
758#else 760#else /* LCD_WIDTH < LCD_HEIGHT */
759#if ((LCD_WIDTH == 176) && (LCD_HEIGHT == 220) && (LCD_DEPTH == 16)) 761#if ((LCD_WIDTH == 128) && (LCD_HEIGHT == 160) && (LCD_DEPTH == 16))
762sudoku_start.128x128x16.bmp
763sudoku_normal.128x128x16.bmp
764sudoku_inverse.128x128x16.bmp
765#elif ((LCD_WIDTH == 176) && (LCD_HEIGHT == 220) && (LCD_DEPTH == 16))
760sudoku_start.220x176x16.bmp 766sudoku_start.220x176x16.bmp
761sudoku_normal.220x176x16.bmp 767sudoku_normal.220x176x16.bmp
762sudoku_inverse.220x176x16.bmp 768sudoku_inverse.220x176x16.bmp
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index b35807de47..57e29ede04 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -205,7 +205,9 @@ enum {
205#define ROW_HEIGHT (BUBBLE_WIDTH-(BUBBLE_WIDTH-EMBLEM_WIDTH)/2) 205#define ROW_HEIGHT (BUBBLE_WIDTH-(BUBBLE_WIDTH-EMBLEM_WIDTH)/2)
206#endif 206#endif
207 207
208#if !defined(ROW_INDENT)
208#define ROW_INDENT (BUBBLE_WIDTH/2) 209#define ROW_INDENT (BUBBLE_WIDTH/2)
210#endif
209 211
210#define TEXT_LINES (LCD_HEIGHT/8) 212#define TEXT_LINES (LCD_HEIGHT/8)
211 213
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index 3d24f7fa19..e2076f75bd 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -358,7 +358,8 @@ CONFIG_KEYPAD == MROBE500_PAD
358#define ARGH_SIZE 5 358#define ARGH_SIZE 5
359#define SPEED 9 359#define SPEED 9
360#define MAX_WORM_SEGMENTS 128 360#define MAX_WORM_SEGMENTS 128
361#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) 361#elif ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \
362 ((LCD_WIDTH == 128) && (LCD_HEIGHT == 160))
362#define FOOD_SIZE 4 363#define FOOD_SIZE 4
363#define ARGH_SIZE 5 364#define ARGH_SIZE 5
364#define SPEED 8 365#define SPEED 8
diff --git a/tools/configure b/tools/configure
index 7e53cd4047..6a7eaeb28d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2346,7 +2346,7 @@ fi
2346 bmp2rb_native="$rootdir/tools/bmp2rb -f 4" 2346 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
2347 output="rockbox.mi4" 2347 output="rockbox.mi4"
2348 appextra="recorder:gui:radio" 2348 appextra="recorder:gui:radio"
2349 plugins="" 2349 plugins="yes"
2350 swcodec="yes" 2350 swcodec="yes"
2351 boottool="$rootdir/tools/scramble -mi4v3 -model=9200 -type=RBBL" 2351 boottool="$rootdir/tools/scramble -mi4v3 -model=9200 -type=RBBL"
2352 bootoutput="FWImage.ebn" 2352 bootoutput="FWImage.ebn"