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 0f255fcccb..9cbc051631 100644
--- a/apps/plugins/logo.c
+++ b/apps/plugins/logo.c
@@ -207,6 +207,13 @@ const unsigned char rockbox16x7[] = {
#define LP_DEC_Y BUTTON_REW
#define LP_INC_Y BUTTON_FF
+#elif CONFIG_KEYPAD == MPIO_HD300_PAD
+#define LP_QUIT (BUTTON_REC|BUTTON_REPEAT)
+#define LP_DEC_X BUTTON_REW
+#define LP_INC_X BUTTON_FF
+#define LP_DEC_Y BUTTON_DOWN
+#define LP_INC_Y BUTTON_UP
+
#else
#define LP_QUIT BUTTON_OFF
#define LP_DEC_X BUTTON_LEFT