This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5047 - Backlight: extended "filtering when off" option with hybrid modes
Attached to Project:
Rockbox
Opened by Nicolas Pennequin (nicolas_p) - Thursday, 06 April 2006, 12:44 GMT+1
Last edited by Jonathan Gordon (jdgordon) - Saturday, 04 August 2007, 12:09 GMT+1
Opened by Nicolas Pennequin (nicolas_p) - Thursday, 06 April 2006, 12:44 GMT+1
Last edited by Jonathan Gordon (jdgordon) - Saturday, 04 August 2007, 12:09 GMT+1
|
DetailsThis adds two more possible settings to the "First Keypress Enables Backlight Only" option (which is renamed to "Keypress effects when backlight is off").
Possible settings are now : - "All: BL & action" - "All: BL & no action" - "Select: BL, others: action & BL" - "Select: BL, Mode: action & BL, others: action" (the strings are a little different for the H300, as i used the actual button names) The titles hopefully speak for themselves... I tried to make it as clear as possible. In the last choice, i felt it was necessary that the Mode button should turn the backlight on as well as perfirm its action, as it opens a menu. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Saturday, 04 August 2007, 12:09 GMT+1
Reason for closing: Rejected
Saturday, 04 August 2007, 12:09 GMT+1
Reason for closing: Rejected
"All: BL & action" - switches on backlight and does the key action
"All: BL & no action" - switches on backlight and does nothing else
"Select, others: action & BL" - ???
"Select: BL, Mode: action &BL, others: action" - ???
Are the settings duplicated for the remotes?
Something else:
IMHO the handling of the NON LCD remote should be different
from the onew with LCD.
Keypresses at the NON-LCD remote should affect the backlight
of the main devices - at least when navigating in the
filebrowser (I dont want to see the backlight of the main
device going on when changing the volume...)
"All" means "does not matter which key"
"Select" means "pressing the SELECT key" (PLAY on H300?)
"Mode" means "pressing the MODE key" (NAVI on H300?)
"others" means "pressing one of the other keys"
Is that correct?
How are the settings for the (different) remotes?
This patch shouldn't affect the remote at all.
There seems to be a slight discrepancy here:
> "Select: BL, Mode: action &BL, others: action" - ???
> In the last choice, i felt it was necessary that the Mode button should turn the backlight on as well as perfirm its action, as it opens a menu.
> on the H300, Select = NAVI and Mode = A-B
If Mode=A-B, then Mode does not start the Menu. So for the H300 it should be:
A-B: only BL, NAVI: action&BL, others: only action no backlight
Great great great idea, I really want to have something like this. Please keep on pushing it!
norbulinka : on the H300, A-B opens the main menu, that's why I felt it was necessary to turn the backlight on when it's pressed.
Hope this is clear
Devs, doesn't this patch interest you at all ?
I include your patch in the my builds, and I also add the following small change to it that makes REC be treated like MENU, because I also include the rec-button patch (via the recordings enhancements pack).
Any chance that you come around fixing this for the new settings.c code?
Thanks a lot, Norbert
Can anyone sync this patch to current SVN, that would be great.
Thanks a lot and all the best
Norbert
another question:
if i turn off the BL on all buttons with this patch, will the backlight go on if i press the buttons sucessively (for example 2 times forward)?
or does this patch turn off the backlight for those buttons for any number of keypresses?