diff options
Diffstat (limited to 'apps/plugins/wormlet.c')
| -rw-r--r-- | apps/plugins/wormlet.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c index 5afefb7..b301a8a 100644 --- a/apps/plugins/wormlet.c +++ b/apps/plugins/wormlet.c @@ -200,6 +200,11 @@ PLUGIN_HEADER #define ARGH_SIZE 6 #define SPEED 4 #define MAX_WORM_SEGMENTS 512 +#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 220) +#define FOOD_SIZE 5 +#define ARGH_SIZE 6 +#define SPEED 4 +#define MAX_WORM_SEGMENTS 512 #elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) #define FOOD_SIZE 7 #define ARGH_SIZE 8 |