summaryrefslogtreecommitdiff
path: root/apps/plugins/greyscale.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/greyscale.c')
-rw-r--r--apps/plugins/greyscale.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/greyscale.c b/apps/plugins/greyscale.c
index 4ff704e93a..73dd98b216 100644
--- a/apps/plugins/greyscale.c
+++ b/apps/plugins/greyscale.c
@@ -99,6 +99,14 @@ PLUGIN_HEADER
99#define GREYSCALE_RIGHT BUTTON_RIGHT 99#define GREYSCALE_RIGHT BUTTON_RIGHT
100#define GREYSCALE_OFF BUTTON_POWER 100#define GREYSCALE_OFF BUTTON_POWER
101 101
102#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
103#define GREYSCALE_SHIFT BUTTON_FFWD
104#define GREYSCALE_UP BUTTON_UP
105#define GREYSCALE_DOWN BUTTON_DOWN
106#define GREYSCALE_LEFT BUTTON_LEFT
107#define GREYSCALE_RIGHT BUTTON_RIGHT
108#define GREYSCALE_OFF BUTTON_PLAY
109
102#endif 110#endif
103 111
104#define GFX_HEIGHT (LCD_HEIGHT-8) 112#define GFX_HEIGHT (LCD_HEIGHT-8)