mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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:
parent
46c719aac8
commit
e91fe1e543
1 changed files with 2 additions and 2 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue