Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#7789 - Basic H10 scrolling support

Attached to Project: Rockbox
Opened by Lars van de Klomp (Larsie) - Sunday, 16 September 2007, 19:31 GMT+1
Task Type Patches
Category Drivers
Status Unconfirmed
Assigned To No-one
Player Type iriver H10
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Private No

Details

Basic scrolling support for H10 series.

Inspired by the Ipod code, probably needs to have user configurable sensetivity settings.
This task depends upon

Comment by Lars van de Klomp (Larsie) - Sunday, 16 September 2007, 19:33 GMT+1
Something went wrong, here's the attachment
   h10-scrolling.patch (0.9 KiB)
 button-h10.c |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Comment by Barry Wardell (barrywardell) - Sunday, 16 September 2007, 21:08 GMT+1
Just tried this on my 20GB H10. Unfortunately, it doesn't work very well. I just get jumpy movement, and scrolling doesn't work. Does this work well for you?
Comment by Lars van de Klomp (Larsie) - Sunday, 16 September 2007, 22:25 GMT+1
It does work a bit, sometimes it's a bit 'overreactive', H10 20GB here too.
I don't understand why it's so sensitive, by increasing the treshold it will barely scroll at all. I'm currently working on some kind of filtering to make it more usable. Feel free to improve it yourself.

this was my first effort in C, actually, the first time I programmed anything usefull :)

Loading...