summaryrefslogtreecommitdiff
path: root/apps/plugins/test_greylib_bitmap_scale.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_greylib_bitmap_scale.c')
-rw-r--r--apps/plugins/test_greylib_bitmap_scale.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/test_greylib_bitmap_scale.c b/apps/plugins/test_greylib_bitmap_scale.c
index 7b226d4..892f3dc 100644
--- a/apps/plugins/test_greylib_bitmap_scale.c
+++ b/apps/plugins/test_greylib_bitmap_scale.c
@@ -30,6 +30,8 @@
#define GBS_QUIT BUTTON_RC_REC
#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
#define GBS_QUIT BUTTON_PLAY
+#elif CONFIG_KEYPAD == MPIO_HD200_PAD
+#define GBS_QUIT (BUTTON_REC|BUTTON_PLAY)
#elif defined(BUTTON_OFF)
#define GBS_QUIT BUTTON_OFF
#else