mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
enable jpeg, mpegplayer and midiplay on the mr500 (only jpeg is actually usable though, mpegplayer data aborts)
fix the config which should have been done a few commits ago git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15296 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
902a1b5fae
commit
a256878e77
7 changed files with 42 additions and 2 deletions
|
@ -169,6 +169,17 @@ PLUGIN_HEADER
|
|||
#define JPEG_NEXT BUTTON_FF
|
||||
#define JPEG_PREVIOUS BUTTON_REW
|
||||
|
||||
#elif CONFIG_KEYPAD == MROBE500_PAD
|
||||
#define JPEG_ZOOM_IN BUTTON_RC_VOL_UP
|
||||
#define JPEG_ZOOM_OUT BUTTON_RC_VOL_DOWN
|
||||
#define JPEG_UP BUTTON_RC_PLAY
|
||||
#define JPEG_DOWN BUTTON_RC_DOWN
|
||||
#define JPEG_LEFT BUTTON_LEFT
|
||||
#define JPEG_RIGHT BUTTON_RIGHT
|
||||
#define JPEG_MENU BUTTON_POWER
|
||||
#define JPEG_NEXT BUTTON_RC_HEART
|
||||
#define JPEG_PREVIOUS BUTTON_RC_MODE
|
||||
|
||||
#endif
|
||||
|
||||
/* different graphics libraries */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue