summaryrefslogtreecommitdiff
path: root/apps/plugins/logo.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/logo.c')
-rw-r--r--apps/plugins/logo.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c
index 756a12b289..846d3214df 100644
--- a/apps/plugins/logo.c
+++ b/apps/plugins/logo.c
@@ -148,6 +148,13 @@ const unsigned char rockbox16x7[] = {
148#define LP_DEC_Y BUTTON_PLAY 148#define LP_DEC_Y BUTTON_PLAY
149#define LP_INC_Y BUTTON_STOP 149#define LP_INC_Y BUTTON_STOP
150 150
151#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
152#define LP_QUIT BUTTON_BACK
153#define LP_DEC_X BUTTON_LEFT
154#define LP_INC_X BUTTON_RIGHT
155#define LP_DEC_Y BUTTON_DOWN
156#define LP_INC_Y BUTTON_UP
157
151#else 158#else
152#define LP_QUIT BUTTON_OFF 159#define LP_QUIT BUTTON_OFF
153#define LP_DEC_X BUTTON_LEFT 160#define LP_DEC_X BUTTON_LEFT