summaryrefslogtreecommitdiff
path: root/apps/plugins/flipit.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/flipit.c')
-rw-r--r--apps/plugins/flipit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/flipit.c b/apps/plugins/flipit.c
index 9d3a9a25f4..6eff1472df 100644
--- a/apps/plugins/flipit.c
+++ b/apps/plugins/flipit.c
@@ -216,7 +216,7 @@ PLUGIN_HEADER
216#error No keymap defined! 216#error No keymap defined!
217#endif 217#endif
218 218
219#ifdef HAVE_TOUCHPAD 219#ifdef HAVE_TOUCHSCREEN
220#ifndef FLIPIT_LEFT 220#ifndef FLIPIT_LEFT
221#define FLIPIT_LEFT BUTTON_MIDLEFT 221#define FLIPIT_LEFT BUTTON_MIDLEFT
222#endif 222#endif
@@ -675,7 +675,7 @@ enum plugin_status plugin_start(const struct plugin_api* api, const void* parame
675 rb->lcd_putsxy(2, 48, "[MENU] step by step"); 675 rb->lcd_putsxy(2, 48, "[MENU] step by step");
676#endif 676#endif
677 677
678#ifdef HAVE_TOUCHPAD 678#ifdef HAVE_TOUCHSCREEN
679 rb->lcd_putsxy(2, 8, "[BOTTOMLEFT] to stop"); 679 rb->lcd_putsxy(2, 8, "[BOTTOMLEFT] to stop");
680 rb->lcd_putsxy(2, 18, "[CENTRE] toggle"); 680 rb->lcd_putsxy(2, 18, "[CENTRE] toggle");
681 rb->lcd_putsxy(2, 28, "[TOPRIGHT] shuffle"); 681 rb->lcd_putsxy(2, 28, "[TOPRIGHT] shuffle");