forked from len0rd/rockbox
FS#11172 - Fuzev2: Read the scrollwheel scrollwheel via IRQ
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25736 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ee291a5e9b
commit
249aae587a
9 changed files with 242 additions and 58 deletions
|
|
@ -68,6 +68,15 @@
|
|||
/* There is no hardware tone control */
|
||||
#define HAVE_SW_TONE_CONTROLS
|
||||
|
||||
/* define this if the unit uses a scrollwheel for navigation */
|
||||
#define HAVE_SCROLLWHEEL
|
||||
/* define to activate advanced wheel acceleration code */
|
||||
#define HAVE_WHEEL_ACCELERATION
|
||||
/* define from which rotation speed [degree/sec] on the acceleration starts */
|
||||
#define WHEEL_ACCEL_START 540
|
||||
/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */
|
||||
#define WHEEL_ACCELERATION 1
|
||||
|
||||
#endif /* !BOOTLOADER */
|
||||
|
||||
/* put the lcd frame buffer in IRAM */
|
||||
|
|
@ -126,15 +135,6 @@
|
|||
/* Which backlight fading type? */
|
||||
#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING
|
||||
|
||||
/* define this if the unit uses a scrollwheel for navigation */
|
||||
#define HAVE_SCROLLWHEEL
|
||||
/* define to activate advanced wheel acceleration code */
|
||||
#define HAVE_WHEEL_ACCELERATION
|
||||
/* define from which rotation speed [degree/sec] on the acceleration starts */
|
||||
#define WHEEL_ACCEL_START 540
|
||||
/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */
|
||||
#define WHEEL_ACCELERATION 1
|
||||
|
||||
/* define this if you have a flash memory storage */
|
||||
#define HAVE_FLASH_STORAGE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue