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 aedf66dbf3..0f255fcccb 100644
--- a/apps/plugins/logo.c
+++ b/apps/plugins/logo.c
@@ -167,6 +167,13 @@ const unsigned char rockbox16x7[] = {
167#define LP_DEC_Y BUTTON_DOWN 167#define LP_DEC_Y BUTTON_DOWN
168#define LP_INC_Y BUTTON_UP 168#define LP_INC_Y BUTTON_UP
169 169
170#elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD
171#define LP_QUIT BUTTON_POWER
172#define LP_DEC_X BUTTON_LEFT
173#define LP_INC_X BUTTON_RIGHT
174#define LP_DEC_Y BUTTON_DOWN
175#define LP_INC_Y BUTTON_UP
176
170#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD 177#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
171#define LP_QUIT BUTTON_POWER 178#define LP_QUIT BUTTON_POWER
172#define LP_DEC_X BUTTON_PREV 179#define LP_DEC_X BUTTON_PREV