This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10103 - Backlight on Hold
Attached to Project:
Rockbox
Opened by Mike Shepard (DarkSpectrum) - Monday, 06 April 2009, 09:26 GMT+2
Last edited by Frank Gevaerts (fg) - Thursday, 17 December 2009, 23:43 GMT+2
Opened by Mike Shepard (DarkSpectrum) - Monday, 06 April 2009, 09:26 GMT+2
Last edited by Frank Gevaerts (fg) - Thursday, 17 December 2009, 23:43 GMT+2
|
DetailsThe Option "backlight on hold: normal" in the display settings does not work correctly. When this setting is selected and the units hold switch is turned on the backlight will stay on it's defined time and turn off but any button press afterword will not turn the backlight back on. When this setting is selected the unit should wake the backlight back up when the units hold switch is on and a button is pressed.
"backlight on hold: off" & "backlight on hold: on" do work correctly. Tested on both Sansa C200 & E200 |
This task depends upon
Closed by Frank Gevaerts (fg)
Thursday, 17 December 2009, 23:43 GMT+2
Reason for closing: Not a Bug
Additional comments about closing: Hold means that buttons do not work.
Thursday, 17 December 2009, 23:43 GMT+2
Reason for closing: Not a Bug
Additional comments about closing: Hold means that buttons do not work.
hold button is handled in each target's button driver, blocking button reads while the hold switch is on. Hence, there's no way to to turn the backlight on during hold without rewriting every single button driver.