This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11816 - M:Robe 500: Touchscreen works with glitches
|
DetailsVersion: r28861
Used before: r26706 Hello, with r28861the touchscreen works with glitches. When I touch a line-item , the system sometimes don't react or the line selector just "twinkle". My conjecture: It has somethin to do with the new "kinetic-scroll"-feature, because after a little kinetic-scroll the touch become precise. (And yes, I've done a calibration: no effect) |
This task depends upon
lately it was too late for a correct spelling .... :-D
Second attempt:
When I touch a line-item, the system shows sometimes either
(1.) no reaction
or
(2.) the line selector (type: bar) flashes briefly.
If I change under "Theme Settings -> Line Selector Type" to "Pointer", the (2.) problem is eliminated, but (1.) still exists.
(1) happens the hole time.
For example when I navigate through the database.
As you see, the first fews attempt resulted only a flashing by the line selector.
After I done a kinetic-scroll it worked fine.
After I done a kinetic-scroll it worked fine for once.
I'm testing now the current build (r28878) and the things seems to be better.
But still: the mr500 sometimes ignores my comando, or even worse: he's "oversensible" and he navigates me where I don't wanted to be.
I even believe too, that he does not exactly know, when the user want a kinetic scroll or just want go to the next child entry.
I think, here need to be some fine-adjustments done...
Navigating through Rockbox works just fine on RaaA where the unreliability is handled by the OS (and the applications sees sane values).
I looked into this and added support for averaging the number of reads (I have it set to 9 with a median filter right now). I am able to reproduce this problem still.
I can also reproduce it in the simulator. It looks like there are problems with the button hold as well.
To reproduce:
1) Compile an MR500 Sim and set it up with the CleanGreen theme.
2) Long hold on Files (note that it goes into a second level when the click is released - this is another bug)
3) Click Context Menu, then File View to get back to the top-level menu.
4) Try to click settings (note that the first click does not work)
Additionally I can reproduce this issue by simply entering "Files" then going back to the top-level menu and clicking settings, with a slight mouse movement while clicking (less than the scroll threshold which I believe is 22 pixels on the MR500. I can get this to happen with less than a 16 pixel move). Using a finger to select an entry could easily result in this amount of movement.
I will commit the averaging in the driver, but this problem appears to be at a higher level.