This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9460 - button tokens in the wps for volume
Attached to Project:
Rockbox
Opened by Jonathan Gordon (jdgordon) - Monday, 06 October 2008, 09:54 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Thursday, 09 October 2008, 13:10 GMT+2
Opened by Jonathan Gordon (jdgordon) - Monday, 06 October 2008, 09:54 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Thursday, 09 October 2008, 13:10 GMT+2
|
Detailsthis patch adds %Bv to the wps which will be true when the volume button is being pressed so you can put fun stuff on the screen like some of the OF's if you want... (it will stay true for about 1s after the volume stops being changed.. might need to lower that though)
|
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Thursday, 09 October 2008, 13:10 GMT+2
Reason for closing: Accepted
Thursday, 09 October 2008, 13:10 GMT+2
Reason for closing: Accepted
I dont know if conditionals can have parameters so for the time being its hard coded to change back to false after 1s with no volume button being pressed which I think is OK... 1/2s is too fast and will change back to false quickly between pressing the button and it realising its a repeat button.