diff options
| author | Zakk Roberts <midk@rockbox.org> | 2007-01-01 12:44:05 +0000 |
|---|---|---|
| committer | Zakk Roberts <midk@rockbox.org> | 2007-01-01 12:44:05 +0000 |
| commit | 718ffdeadaea1c03d562201990ae699a87df526a (patch) | |
| tree | 65128ae3a096abbb4c0b9bab524b04db2e80b30d /apps/plugins/SOURCES | |
| parent | 147693819d3275ec9eba8b580fa6ff8ada9896f3 (diff) | |
| download | rockbox-718ffdeadaea1c03d562201990ae699a87df526a.zip rockbox-718ffdeadaea1c03d562201990ae699a87df526a.tar.gz rockbox-718ffdeadaea1c03d562201990ae699a87df526a.tar.bz2 rockbox-718ffdeadaea1c03d562201990ae699a87df526a.tar.xz | |
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
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index cf34127..8b8a032 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -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) |