summaryrefslogtreecommitdiff
path: root/apps/plugins/stopwatch.c
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2006-10-26 13:38:09 +0000
committerBarry Wardell <rockbox@barrywardell.net>2006-10-26 13:38:09 +0000
commit24f4a2a8cfd561657ce25ebf93470716f07397fe (patch)
treef411d86cb56bd128fe0206d148005f0a882f686a /apps/plugins/stopwatch.c
parent34193e5cf23e7d739c2ccda0ed82e77492578cef (diff)
downloadrockbox-24f4a2a8cfd561657ce25ebf93470716f07397fe.tar.gz
rockbox-24f4a2a8cfd561657ce25ebf93470716f07397fe.zip
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11351 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/stopwatch.c')
-rw-r--r--apps/plugins/stopwatch.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index 849ff687ce..f1e7355e65 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -95,6 +95,13 @@ PLUGIN_HEADER
95#define STOPWATCH_LAP_TIMER BUTTON_MENU 95#define STOPWATCH_LAP_TIMER BUTTON_MENU
96#define STOPWATCH_SCROLL_UP BUTTON_UP 96#define STOPWATCH_SCROLL_UP BUTTON_UP
97#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN 97#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
98#elif CONFIG_KEYPAD == SANSA_E200_PAD
99#define STOPWATCH_QUIT BUTTON_POWER
100#define STOPWATCH_START_STOP BUTTON_LEFT
101#define STOPWATCH_RESET_TIMER BUTTON_REC
102#define STOPWATCH_LAP_TIMER BUTTON_SELECT
103#define STOPWATCH_SCROLL_UP BUTTON_UP
104#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
98#elif CONFIG_KEYPAD == IRIVER_H10_PAD 105#elif CONFIG_KEYPAD == IRIVER_H10_PAD
99#define STOPWATCH_QUIT BUTTON_POWER 106#define STOPWATCH_QUIT BUTTON_POWER
100#define STOPWATCH_START_STOP BUTTON_PLAY 107#define STOPWATCH_START_STOP BUTTON_PLAY