summaryrefslogtreecommitdiff
path: root/apps/plugins/grayscale.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/grayscale.c')
-rw-r--r--apps/plugins/grayscale.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/grayscale.c b/apps/plugins/grayscale.c
index cc07ff37e5..56e1ce0e31 100644
--- a/apps/plugins/grayscale.c
+++ b/apps/plugins/grayscale.c
@@ -62,6 +62,14 @@ PLUGIN_HEADER
62#define GRAYSCALE_LEFT BUTTON_LEFT 62#define GRAYSCALE_LEFT BUTTON_LEFT
63#define GRAYSCALE_RIGHT BUTTON_RIGHT 63#define GRAYSCALE_RIGHT BUTTON_RIGHT
64#define GRAYSCALE_OFF BUTTON_MENU 64#define GRAYSCALE_OFF BUTTON_MENU
65
66#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
67#define GRAYSCALE_SHIFT BUTTON_PLAY
68#define GRAYSCALE_UP BUTTON_UP
69#define GRAYSCALE_DOWN BUTTON_DOWN
70#define GRAYSCALE_LEFT BUTTON_LEFT
71#define GRAYSCALE_RIGHT BUTTON_RIGHT
72#define GRAYSCALE_OFF BUTTON_EQ
65#endif 73#endif
66 74
67#define GFX_HEIGHT (LCD_HEIGHT-8) 75#define GFX_HEIGHT (LCD_HEIGHT-8)