summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorZakk Roberts <midk@rockbox.org>2006-03-13 03:13:05 +0000
committerZakk Roberts <midk@rockbox.org>2006-03-13 03:13:05 +0000
commitc091a77381ab9fba79919da84a507bccab902b2f (patch)
tree30a7a52db2153c6e4047680acc05ae59e6860251 /apps/plugins/SOURCES
parent7a10c08af4f3d2e8365b24dfb668cddad1c08fcb (diff)
downloadrockbox-c091a77381ab9fba79919da84a507bccab902b2f.tar.gz
rockbox-c091a77381ab9fba79919da84a507bccab902b2f.zip
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/SOURCES5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 7cd2882ab6..a4a1a34912 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -32,6 +32,8 @@ plasma.c
32 32
33bejeweled.c 33bejeweled.c
34bounce.c 34bounce.c
35wormlet.c
36
35#if (LCD_WIDTH != 138) && (LCD_WIDTH != 128) 37#if (LCD_WIDTH != 138) && (LCD_WIDTH != 128)
36/* These need adjusting for the Mini's and iRiver if'p screen */ 38/* These need adjusting for the Mini's and iRiver if'p screen */
37brickmania.c 39brickmania.c
@@ -59,9 +61,6 @@ sudoku.c
59video.c 61video.c
60#endif 62#endif
61vu_meter.c 63vu_meter.c
62#if CONFIG_KEYPAD == RECORDER_PAD /* Recorder models only for now */
63wormlet.c
64#endif
65 64
66#ifdef CONFIG_RTC 65#ifdef CONFIG_RTC
67clock.c 66clock.c