summaryrefslogtreecommitdiff
path: root/apps/screens.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.h')
-rw-r--r--apps/screens.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/screens.h b/apps/screens.h
index 8940bb590c..88eb3bdfec 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -33,6 +33,13 @@ int mmc_remove_request(void);
33#if CONFIG_KEYPAD == RECORDER_PAD 33#if CONFIG_KEYPAD == RECORDER_PAD
34int pitch_screen(void); 34int pitch_screen(void);
35bool quick_screen(const int, const int); 35bool quick_screen(const int, const int);
36#define SCREENS_QUICK BUTTON_F2
37#endif
38
39#if CONFIG_KEYPAD == IRIVER_H100_PAD
40bool quick_screen(const int, const int);
41#define SCREENS_QUICK BUTTON_ON
42 /* Long press already detected so not needed here */
36#endif 43#endif
37 44
38void splash(int ticks, /* how long */ 45void splash(int ticks, /* how long */