diff options
Diffstat (limited to 'apps/plugins/grayscale.c')
| -rw-r--r-- | apps/plugins/grayscale.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/grayscale.c b/apps/plugins/grayscale.c index cc07ff3..56e1ce0 100644 --- a/apps/plugins/grayscale.c +++ b/apps/plugins/grayscale.c @@ -62,6 +62,14 @@ PLUGIN_HEADER #define GRAYSCALE_LEFT BUTTON_LEFT #define GRAYSCALE_RIGHT BUTTON_RIGHT #define GRAYSCALE_OFF BUTTON_MENU + +#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD +#define GRAYSCALE_SHIFT BUTTON_PLAY +#define GRAYSCALE_UP BUTTON_UP +#define GRAYSCALE_DOWN BUTTON_DOWN +#define GRAYSCALE_LEFT BUTTON_LEFT +#define GRAYSCALE_RIGHT BUTTON_RIGHT +#define GRAYSCALE_OFF BUTTON_EQ #endif #define GFX_HEIGHT (LCD_HEIGHT-8) |