1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Zakk Roberts 2006-03-13 03:13:05 +00:00
parent 7a10c08af4
commit c091a77381
2 changed files with 266 additions and 149 deletions

View file

@ -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