summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorZakk Roberts <midk@rockbox.org>2007-01-01 12:44:05 +0000
committerZakk Roberts <midk@rockbox.org>2007-01-01 12:44:05 +0000
commit718ffdeadaea1c03d562201990ae699a87df526a (patch)
tree65128ae3a096abbb4c0b9bab524b04db2e80b30d /apps/plugins/SOURCES
parent147693819d3275ec9eba8b580fa6ff8ada9896f3 (diff)
downloadrockbox-718ffdeadaea1c03d562201990ae699a87df526a.tar.gz
rockbox-718ffdeadaea1c03d562201990ae699a87df526a.zip
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/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index cf34127f73..8b8a03213a 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -4,6 +4,7 @@ chessclock.c
4credits.c 4credits.c
5cube.c 5cube.c
6dict.c 6dict.c
7fireworks.c
7firmware_flash.c 8firmware_flash.c
8logo.c 9logo.c
9mosaique.c 10mosaique.c
@@ -93,6 +94,7 @@ rockboy.c
93 94
94/* not support recorder models for now */ 95/* not support recorder models for now */
95#if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64) 96#if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
97fireworks.c
96xobox.c 98xobox.c
97#endif 99#endif
98#if !defined(SANSA_E200) 100#if !defined(SANSA_E200)