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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/flipit.c b/apps/plugins/flipit.c
index ae0b1dbaf5..a1807b4af9 100644
--- a/apps/plugins/flipit.c
+++ b/apps/plugins/flipit.c
@@ -722,6 +722,12 @@ enum plugin_status plugin_start(const void* parameter)
722 rb->lcd_putsxy(2, 28, "[PL-LEFT] shuffle"); 722 rb->lcd_putsxy(2, 28, "[PL-LEFT] shuffle");
723 rb->lcd_putsxy(2, 38, "[PL-RIGHT] solution"); 723 rb->lcd_putsxy(2, 38, "[PL-RIGHT] solution");
724 rb->lcd_putsxy(2, 48, "[PL-UP] step by step"); 724 rb->lcd_putsxy(2, 48, "[PL-UP] step by step");
725#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
726 rb->lcd_putsxy(2, 8, "[BACK] to stop");
727 rb->lcd_putsxy(2, 18, "[SELECT] toggle");
728 rb->lcd_putsxy(2, 28, "[MENU] shuffle");
729 rb->lcd_putsxy(2, 38, "[VOL+] solution");
730 rb->lcd_putsxy(2, 48, "[VOL-] step by step");
725#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ 731#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \
726 (CONFIG_KEYPAD == SANSA_C200_PAD) 732 (CONFIG_KEYPAD == SANSA_C200_PAD)
727 rb->lcd_putsxy(2, 8, "[POWER] to stop"); 733 rb->lcd_putsxy(2, 8, "[POWER] to stop");