summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2020-07-15 12:00:09 -0400
committerWilliam Wilgus <wilgus.william@gmail.com>2020-07-27 20:47:03 -0400
commitbe04c4be0afbdef36f2968dc291af54360de8e23 (patch)
tree8b4e87d48b38bf98f4f7eb8bcbd62cc196cbbaff /apps/plugins/SOURCES
parent3f828e9244140e7860e961917fc96e42b2a866ca (diff)
downloadrockbox-be04c4be0afbdef36f2968dc291af54360de8e23.tar.gz
rockbox-be04c4be0afbdef36f2968dc291af54360de8e23.zip
Voice TSR Plugin Demo
allows user to run plugin in background that voices status messages grouping is now working it counts ; as the end of a group sleep timer remaining is not voiced if sleep timer is not active TODO manual entries Change-Id: I39e8500df6440c07d2a3347513c749d5e155d1cc
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 5d24bee8f6..0180c56faf 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -151,6 +151,11 @@ starfield.c
151vu_meter.c 151vu_meter.c
152wormlet.c 152wormlet.c
153 153
154#ifdef HAVE_HOTKEY
155announce_status.c
156#endif
157
158
154/* Plugins needing the grayscale lib on low-depth LCDs */ 159/* Plugins needing the grayscale lib on low-depth LCDs */
155fire.c 160fire.c
156plasma.c 161plasma.c