diff options
Diffstat (limited to 'apps/plugins/logo.c')
| -rw-r--r-- | apps/plugins/logo.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c index 88821c8..dc1fc6e 100644 --- a/apps/plugins/logo.c +++ b/apps/plugins/logo.c @@ -224,6 +224,14 @@ const unsigned char rockbox16x7[] = { #define LP_INC_X BUTTON_RIGHT #define LP_DEC_Y BUTTON_SCROLL_DOWN #define LP_INC_Y BUTTON_SCROLL_UP + +#elif CONFIG_KEYPAD == MROBE500_PAD +#define LP_QUIT BUTTON_POWER +#define LP_DEC_X BUTTON_LEFT +#define LP_INC_X BUTTON_RIGHT +#define LP_DEC_Y BUTTON_RC_DOWN +#define LP_INC_Y BUTTON_RC_PLAY + #else #define LP_QUIT BUTTON_OFF #define LP_DEC_X BUTTON_LEFT |