diff options
| author | Zakk Roberts <midk@rockbox.org> | 2006-03-13 03:13:05 +0000 |
|---|---|---|
| committer | Zakk Roberts <midk@rockbox.org> | 2006-03-13 03:13:05 +0000 |
| commit | c091a77381ab9fba79919da84a507bccab902b2f (patch) | |
| tree | 30a7a52db2153c6e4047680acc05ae59e6860251 /apps/plugins/SOURCES | |
| parent | 7a10c08af4f3d2e8365b24dfb668cddad1c08fcb (diff) | |
| download | rockbox-c091a77381ab9fba79919da84a507bccab902b2f.zip rockbox-c091a77381ab9fba79919da84a507bccab902b2f.tar.gz rockbox-c091a77381ab9fba79919da84a507bccab902b2f.tar.bz2 rockbox-c091a77381ab9fba79919da84a507bccab902b2f.tar.xz | |
Adapted Wormlet to all other models with bitmap LCDs - fullscreen on all of them - with colors where possible. Untested on all models except Recorder and iPod 5G; might be a bit buggy.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9020 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 7cd2882..a4a1a34 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -32,6 +32,8 @@ plasma.c bejeweled.c bounce.c +wormlet.c + #if (LCD_WIDTH != 138) && (LCD_WIDTH != 128) /* These need adjusting for the Mini's and iRiver if'p screen */ brickmania.c @@ -59,9 +61,6 @@ sudoku.c video.c #endif vu_meter.c -#if CONFIG_KEYPAD == RECORDER_PAD /* Recorder models only for now */ -wormlet.c -#endif #ifdef CONFIG_RTC clock.c |