diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-03-30 17:29:21 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-03-30 17:29:21 +0000 |
| commit | d3feb78e4053d287755a4f8404c3a9ce1a491e93 (patch) | |
| tree | b68592c039f004e2eabf41e89efece89030cc58b /apps/plugins/wormlet.c | |
| parent | 1ccc81bf8f4382e56f0f0ae0779381fb5d4a88c4 (diff) | |
| download | rockbox-d3feb78e4053d287755a4f8404c3a9ce1a491e93.zip rockbox-d3feb78e4053d287755a4f8404c3a9ce1a491e93.tar.gz rockbox-d3feb78e4053d287755a4f8404c3a9ce1a491e93.tar.bz2 rockbox-d3feb78e4053d287755a4f8404c3a9ce1a491e93.tar.xz | |
Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No sound, no buttons, and hangs at the boot screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9363 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/wormlet.c')
| -rw-r--r-- | apps/plugins/wormlet.c | 4 |
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 |