summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/wormlet.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index 04a29a5..d6929f2 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -109,6 +109,10 @@ PLUGIN_HEADER
#define FOOD_SIZE 3
#define ARGH_SIZE 4
#define SPEED 14
+#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
+#define FOOD_SIZE 4
+#define ARGH_SIZE 5
+#define SPEED 10
#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
#define FOOD_SIZE 4
#define ARGH_SIZE 5