diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-09-05 03:50:11 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-09-05 03:50:11 +0000 |
commit | e91fe1e543243149df83bc02727f6d4789fa0794 (patch) | |
tree | 5195c4806708999bf35d370560d9529953640316 /firmware/target/arm/as3525/button-e200v2-fuze.c | |
parent | 46c719aac8c8f8aa76a75bffbe8aa62411343d0e (diff) |
Increase the button delays slightly to aid against sporadic missreads of the hold button an sporadic blue pixels on the display.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22628 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/as3525/button-e200v2-fuze.c')
-rw-r--r-- | firmware/target/arm/as3525/button-e200v2-fuze.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/as3525/button-e200v2-fuze.c b/firmware/target/arm/as3525/button-e200v2-fuze.c index 5518f981e8..3495cc91ce 100644 --- a/firmware/target/arm/as3525/button-e200v2-fuze.c +++ b/firmware/target/arm/as3525/button-e200v2-fuze.c @@ -32,7 +32,7 @@ #define WHEEL_COUNTER_DIV 4 #define ACCEL_INCREMENT 2 #define ACCEL_SHIFT 2 -#define BUTTON_DELAY 30 +#define BUTTON_DELAY 40 #endif #ifdef SANSA_E200V2 @@ -41,7 +41,7 @@ #define WHEEL_COUNTER_DIV 2 #define ACCEL_INCREMENT 3 #define ACCEL_SHIFT 1 -#define BUTTON_DELAY 10 +#define BUTTON_DELAY 20 /* read_missed is true if buttons could not * be read (see lcd_button_support) */ |