From b4a40eb6f3e1e296271fa147cfef110c89f56a45 Mon Sep 17 00:00:00 2001 From: Robert Menes Date: Thu, 10 Dec 2009 01:23:51 +0000 Subject: These are the last plugin keymaps needed for the GoGear SA9200. Left to add in: a 128x160 backdrop for rockblox to stop errors when compiling and then to finally enable plugins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23915 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/logo.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/plugins/logo.c') diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c index 2f84dc6..b80f67b 100644 --- a/apps/plugins/logo.c +++ b/apps/plugins/logo.c @@ -167,6 +167,13 @@ const unsigned char rockbox16x7[] = { #define LP_DEC_Y BUTTON_DOWN #define LP_INC_Y BUTTON_UP +#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD +#define LP_QUIT BUTTON_POWER +#define LP_DEC_X BUTTON_PREV +#define LP_INC_X BUTTON_NEXT +#define LP_DEC_Y BUTTON_DOWN +#define LP_INC_Y BUTTON_UP + #elif CONFIG_KEYPAD == ONDAVX747_PAD #define LP_QUIT BUTTON_POWER #elif CONFIG_KEYPAD == ONDAVX777_PAD -- cgit v1.1