summaryrefslogtreecommitdiff
path: root/apps/plugins/vu_meter.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/vu_meter.c')
-rw-r--r--apps/plugins/vu_meter.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c
index 6f1c9e933a..f424a7099f 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -225,6 +225,17 @@
225#define LABEL_MENU "MENU" 225#define LABEL_MENU "MENU"
226#define LABEL_VOLUME "UP/DOWN" 226#define LABEL_VOLUME "UP/DOWN"
227 227
228#elif (CONFIG_KEYPAD == CREATIVE_ZENXFI3_PAD)
229#define VUMETER_QUIT BUTTON_POWER
230#define VUMETER_HELP BUTTON_MENU|BUTTON_REPEAT
231#define VUMETER_MENU BUTTON_MENU|BUTTON_REL
232#define VUMETER_UP BUTTON_VOL_UP
233#define VUMETER_DOWN BUTTON_VOL_DOWN
234#define LABEL_HELP "Hold Menu"
235#define LABEL_QUIT "Power"
236#define LABEL_MENU "Menu"
237#define LABEL_VOLUME "Volume +/-"
238
228#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD 239#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
229#define VUMETER_QUIT BUTTON_POWER 240#define VUMETER_QUIT BUTTON_POWER
230#define VUMETER_HELP BUTTON_VIEW 241#define VUMETER_HELP BUTTON_VIEW