diff options
| author | Christi Scarborough <christi@coraline.org> | 2005-06-26 20:16:26 +0000 |
|---|---|---|
| committer | Christi Scarborough <christi@coraline.org> | 2005-06-26 20:16:26 +0000 |
| commit | 37c3d8b6106a50d8dbfb790807be0ba82b2cd58d (patch) | |
| tree | cdd2ab3bc3c74ef6aa783705316f62521748edc6 /apps/screens.h | |
| parent | 59df31244acb02d8ee4947f1ed71392683dfcbcd (diff) | |
| download | rockbox-37c3d8b6106a50d8dbfb790807be0ba82b2cd58d.zip rockbox-37c3d8b6106a50d8dbfb790807be0ba82b2cd58d.tar.gz rockbox-37c3d8b6106a50d8dbfb790807be0ba82b2cd58d.tar.bz2 rockbox-37c3d8b6106a50d8dbfb790807be0ba82b2cd58d.tar.xz | |
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.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/screens.h b/apps/screens.h index 8940bb5..88eb3bd 100644 --- a/apps/screens.h +++ b/apps/screens.h @@ -33,6 +33,13 @@ int mmc_remove_request(void); #if CONFIG_KEYPAD == RECORDER_PAD int pitch_screen(void); bool quick_screen(const int, const int); +#define SCREENS_QUICK BUTTON_F2 +#endif + +#if CONFIG_KEYPAD == IRIVER_H100_PAD +bool quick_screen(const int, const int); +#define SCREENS_QUICK BUTTON_ON + /* Long press already detected so not needed here */ #endif void splash(int ticks, /* how long */ |