summaryrefslogtreecommitdiff
path: root/apps/plugins/wormlet.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wormlet.c')
-rw-r--r--apps/plugins/wormlet.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index 1c78f33ad0..c05918e9b4 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -148,7 +148,8 @@ PLUGIN_HEADER
148#define WORMS_TEXT "Left/Right" 148#define WORMS_TEXT "Left/Right"
149 149
150 150
151#elif (CONFIG_KEYPAD == SANSA_E200_PAD) 151#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \
152(CONFIG_KEYPAD == SANSA_C200_PAD)
152 153
153#define BTN_DIR_UP BUTTON_UP 154#define BTN_DIR_UP BUTTON_UP
154#define BTN_DIR_DOWN BUTTON_DOWN 155#define BTN_DIR_DOWN BUTTON_DOWN
@@ -182,6 +183,11 @@ PLUGIN_HEADER
182#define ARGH_SIZE 4 183#define ARGH_SIZE 4
183#define SPEED 14 184#define SPEED 14
184#define MAX_WORM_SEGMENTS 128 185#define MAX_WORM_SEGMENTS 128
186#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80)
187#define FOOD_SIZE 3
188#define ARGH_SIZE 4
189#define SPEED 14
190#define MAX_WORM_SEGMENTS 128
185#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) 191#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
186#define FOOD_SIZE 4 192#define FOOD_SIZE 4
187#define ARGH_SIZE 5 193#define ARGH_SIZE 5