diff options
author | Marcin Bukat <marcin.bukat@gmail.com> | 2010-11-02 10:44:34 +0000 |
---|---|---|
committer | Marcin Bukat <marcin.bukat@gmail.com> | 2010-11-02 10:44:34 +0000 |
commit | 59ba8fea22dad7c998fe515dafeb15b0e91ddbc0 (patch) | |
tree | 94b7927132f035666d8cc34c535a5710e882b4e3 /apps/plugins/logo.c | |
parent | f7bcb66e676df93ab3e5bbff5b71ed4200afaabb (diff) |
MPIO HD200: rename button defines to adhere how they are labeled on the device.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28443 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/logo.c')
-rw-r--r-- | apps/plugins/logo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c index 43a7c3fd46..aedf66dbf3 100644 --- a/apps/plugins/logo.c +++ b/apps/plugins/logo.c @@ -197,8 +197,8 @@ const unsigned char rockbox16x7[] = { #define LP_QUIT (BUTTON_REC|BUTTON_PLAY) #define LP_DEC_X BUTTON_VOL_DOWN #define LP_INC_X BUTTON_VOL_UP -#define LP_DEC_Y BUTTON_PREV -#define LP_INC_Y BUTTON_NEXT +#define LP_DEC_Y BUTTON_REW +#define LP_INC_Y BUTTON_FF #else #define LP_QUIT BUTTON_OFF |