This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10131 - WPS touchscreen
Attached to Project:
Rockbox
Opened by Jonathan Gordon (jdgordon) - Tuesday, 14 April 2009, 09:21 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 17 May 2009, 08:27 GMT+2
Opened by Jonathan Gordon (jdgordon) - Tuesday, 14 April 2009, 09:21 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 17 May 2009, 08:27 GMT+2
|
DetailsThis is the first attempt at getting the touchscreen usable in the WPS.
%T|286|207|24|24|play| <- the line to add to the .wps (%T|x|y|width|height|action| ), if you add that line to the top of cabbiev2 for the mr500 and set the ui to use the touchmode instead of the grid this will make the play/pause icon actually play/pause the music... although the icon should now be reversed... going by the suggestions in irc, that line is linked to the viewport it is defined in, so those x/y points are relative to the viewport. this also means that the buttons can be enabled/disabled along with the rest of the viewport (untested). The next step is to add a variable of some sort for a timer so you can display a different viewport for a short time after the touchscreen is touched. Also, this doesnt handle repeat/holds at all yet and needs to be added... also sliding would be nice (for volume/progress bar)... currently only 6 actions are supported, but ideally all will be usable. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Sunday, 17 May 2009, 08:27 GMT+2
Reason for closing: Accepted
Additional comments about closing: the last thing I want to eventually add is a slider mechanism for the volume/seeking.. but dont know if/when that will ever happen.... WPS should be very usable now
Sunday, 17 May 2009, 08:27 GMT+2
Reason for closing: Accepted
Additional comments about closing: the last thing I want to eventually add is a slider mechanism for the volume/seeking.. but dont know if/when that will ever happen.... WPS should be very usable now
sunday will be my first chance to play with this again