From 37c3d8b6106a50d8dbfb790807be0ba82b2cd58d Mon Sep 17 00:00:00 2001 From: Christi Scarborough Date: Sun, 26 Jun 2005 20:16:26 +0000 Subject: 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 --- apps/screens.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/screens.h') 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); #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 */ -- cgit v1.2.3