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 b2320237f9..59baa2d5af 100644
--- a/apps/plugins/logo.c
+++ b/apps/plugins/logo.c
@@ -193,6 +193,13 @@ const unsigned char rockbox16x7[] = {
193#define LP_DEC_Y BUTTON_DOWN 193#define LP_DEC_Y BUTTON_DOWN
194#define LP_INC_Y BUTTON_UP 194#define LP_INC_Y BUTTON_UP
195 195
196#elif CONFIG_KEYPAD == MPIO_HD200_PAD
197#define LP_QUIT (BUTTON_REC|BUTTON_PLAY)
198#define LP_DEC_X BUTTON_VOL_DOWN
199#define LP_INC_X BUTTON_VOL_UP
200#define LP_DEC_Y BUTTON_PREV
201#define LP_INC_Y BUTTON_NEXT
202
196#else 203#else
197#define LP_QUIT BUTTON_OFF 204#define LP_QUIT BUTTON_OFF
198#define LP_DEC_X BUTTON_LEFT 205#define LP_DEC_X BUTTON_LEFT