summaryrefslogtreecommitdiff
path: root/apps/screens.h
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2005-06-26 20:16:26 +0000
committerChristi Scarborough <christi@coraline.org>2005-06-26 20:16:26 +0000
commit37c3d8b6106a50d8dbfb790807be0ba82b2cd58d (patch)
treecdd2ab3bc3c74ef6aa783705316f62521748edc6 /apps/screens.h
parent59df31244acb02d8ee4947f1ed71392683dfcbcd (diff)
downloadrockbox-37c3d8b6106a50d8dbfb790807be0ba82b2cd58d.tar.gz
rockbox-37c3d8b6106a50d8dbfb790807be0ba82b2cd58d.zip
Quick menu for iRiver: A long press on the PLAY key in the browser or the WPS will take you into the quick menu screen where certain common settings can be adjusted. Works just the same as F2 menu on Archos.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6880 a1c6a512-1295-4272-9138-f99709370657
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 */