diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-01-18 11:09:06 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-18 11:09:06 +0000 |
| commit | cedba8830fd015e9a61b7a772927fefe565f7b41 (patch) | |
| tree | e33e1b1ff14904098534a7e78d71ba672fcb78e0 /apps/plugins/logo.c | |
| parent | 205be712fe6ad03f194216bc0f936f1b5917eafd (diff) | |
| download | rockbox-cedba8830fd015e9a61b7a772927fefe565f7b41.zip rockbox-cedba8830fd015e9a61b7a772927fefe565f7b41.tar.gz rockbox-cedba8830fd015e9a61b7a772927fefe565f7b41.tar.bz2 rockbox-cedba8830fd015e9a61b7a772927fefe565f7b41.tar.xz | |
Matt v.d. Westhuizen's iAudio X5 keypad adjustments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8366 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/logo.c')
| -rw-r--r-- | apps/plugins/logo.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c index 0167859..c94136d 100644 --- a/apps/plugins/logo.c +++ b/apps/plugins/logo.c @@ -195,6 +195,12 @@ const unsigned char rockbox16x7[] = { #define LP_INC_X BUTTON_RIGHT #define LP_DEC_Y BUTTON_DOWN #define LP_INC_Y BUTTON_UP +#elif CONFIG_KEYPAD == IAUDIO_X5_PAD +#define LP_QUIT BUTTON_MENU +#define LP_DEC_X BUTTON_LEFT +#define LP_INC_X BUTTON_RIGHT +#define LP_DEC_Y BUTTON_DOWN +#define LP_INC_Y BUTTON_UP #else #define LP_QUIT BUTTON_OFF #define LP_DEC_X BUTTON_LEFT |