1
0
Fork 0
forked from len0rd/rockbox

Fully-configurable fireworks display plugin, written by me. Supported on all bitmap LCD targets except Recorder/Ondio (currently runs way too slow on those). Have fun, and happy new year! :)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11876 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Zakk Roberts 2007-01-01 12:44:05 +00:00
parent 147693819d
commit 718ffdeada
2 changed files with 542 additions and 0 deletions

View file

@ -4,6 +4,7 @@ chessclock.c
credits.c
cube.c
dict.c
fireworks.c
firmware_flash.c
logo.c
mosaique.c
@ -93,6 +94,7 @@ rockboy.c
/* not support recorder models for now */
#if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
fireworks.c
xobox.c
#endif
#if !defined(SANSA_E200)