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.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index 2eed1aa357..52b7566e40 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -275,6 +275,10 @@ PLUGIN_HEADER
275#define PLAYERS_TEXT "Up/Down" 275#define PLAYERS_TEXT "Up/Down"
276#define WORMS_TEXT "Left/Right" 276#define WORMS_TEXT "Left/Right"
277 277
278#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
279
280#define BTN_QUIT BUTTON_POWER
281
278#else 282#else
279#error No keymap defined! 283#error No keymap defined!
280#endif 284#endif
@@ -366,7 +370,7 @@ PLUGIN_HEADER
366#define ARGH_SIZE 8 370#define ARGH_SIZE 8
367#define SPEED 4 371#define SPEED 4
368#define MAX_WORM_SEGMENTS 512 372#define MAX_WORM_SEGMENTS 512
369#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) 373#elif (LCD_WIDTH == 240) && ((LCD_HEIGHT == 320) || (LCD_HEIGHT == 400))
370#define FOOD_SIZE 7 374#define FOOD_SIZE 7
371#define ARGH_SIZE 8 375#define ARGH_SIZE 8
372#define SPEED 4 376#define SPEED 4