This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5735 - Use Hold button to switch off the backlight in X5
|
DetailsWith this patch the backlight is switched off when the hold button is active.
This allow me to set the backlight preference to ON and use the hold button as backlight trigger. It's also possible to set the hold button immediatly after powering the device on and the backlight will be switched off just after the initialization (but before the logo screen). Have fun! |
This task depends upon
Closed by Rani Hod (RaeNye)
Wednesday, 09 August 2006, 00:07 GMT+2
Reason for closing: Duplicate
Additional comments about closing: fs #5772 implements this and was commited.
Wednesday, 09 August 2006, 00:07 GMT+2
Reason for closing: Duplicate
Additional comments about closing: fs #5772 implements this and was commited.
Maybe have this common code as a function?
Some code cleaning would be good, but I choose the quick and dirty approach ;)
If you have time to improve it you are welcome...
Otherwise have you (RaeNye) found a fix for the power_off backlight fliker?
I understood that you and MichaelSevakis were working on it.
I tried to remove the backlight_off call on the shutdown routine, but the display still goes completly white for a moment!
Why this don't happen on the OF?
FS#5651)? I have no problem if I let the LCD just be turned off when the power supply is cut. If do the LCD power off sequence in the datasheet just before setting KEEPACT low-- and even if I explicity turn off the backlight instead letting the backlight thread do it-- then then "blink" happens...like a camera flash.Hope this help.
Thanks
Bernych
BTW: I have been put to the task of getting some lcd power stuff implemented well and integrating your patch with it along with a setting. I think maybe there should be a special backlight setting value as well for this because, like I said, it's not a behavior I like. :) This needs to be thought out carefully.