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
This commit is contained in:
Thomas Martitz 2009-09-05 03:50:11 +00:00
parent 46c719aac8
commit e91fe1e543

View file

@ -32,7 +32,7 @@
#define WHEEL_COUNTER_DIV 4 #define WHEEL_COUNTER_DIV 4
#define ACCEL_INCREMENT 2 #define ACCEL_INCREMENT 2
#define ACCEL_SHIFT 2 #define ACCEL_SHIFT 2
#define BUTTON_DELAY 30 #define BUTTON_DELAY 40
#endif #endif
#ifdef SANSA_E200V2 #ifdef SANSA_E200V2
@ -41,7 +41,7 @@
#define WHEEL_COUNTER_DIV 2 #define WHEEL_COUNTER_DIV 2
#define ACCEL_INCREMENT 3 #define ACCEL_INCREMENT 3
#define ACCEL_SHIFT 1 #define ACCEL_SHIFT 1
#define BUTTON_DELAY 10 #define BUTTON_DELAY 20
/* read_missed is true if buttons could not /* read_missed is true if buttons could not
* be read (see lcd_button_support) */ * be read (see lcd_button_support) */