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[] = {
207#define LP_DEC_Y BUTTON_REW 207#define LP_DEC_Y BUTTON_REW
208#define LP_INC_Y BUTTON_FF 208#define LP_INC_Y BUTTON_FF
209 209
210#elif CONFIG_KEYPAD == MPIO_HD300_PAD
211#define LP_QUIT (BUTTON_REC|BUTTON_REPEAT)
212#define LP_DEC_X BUTTON_REW
213#define LP_INC_X BUTTON_FF
214#define LP_DEC_Y BUTTON_DOWN
215#define LP_INC_Y BUTTON_UP
216
210#else 217#else
211#define LP_QUIT BUTTON_OFF 218#define LP_QUIT BUTTON_OFF
212#define LP_DEC_X BUTTON_LEFT 219#define LP_DEC_X BUTTON_LEFT