From 36d7bbbb4e605f1df373282fbbcb3cfb0e15b464 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 13 Nov 2011 16:16:18 +0000 Subject: Sansa clip zip: make more plugins compile (lamp, wormlet, matrix) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30974 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/wormlet.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'apps/plugins/wormlet.c') diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c index d3fbbdc..bb35269 100644 --- a/apps/plugins/wormlet.c +++ b/apps/plugins/wormlet.c @@ -338,7 +338,12 @@ CONFIG_KEYPAD == MROBE500_PAD #endif #endif -#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) +#if (LCD_WIDTH == 96) && (LCD_HEIGHT == 96) +#define FOOD_SIZE 3 +#define ARGH_SIZE 4 +#define SPEED 14 +#define MAX_WORM_SEGMENTS 128 +#elif (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) #define FOOD_SIZE 3 #define ARGH_SIZE 4 #define SPEED 14 -- cgit v1.1