This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6011 - Incorrect default contrast for X5 remote LCD
|
DetailsThe default settings render the X5 remote LCD unreadable (too dark). The cause of this is that
apps/settings.c:305 sets this arbitrarily to the constant 42 for all targets while target/coldfire/iaudio/x5/lcd-remote-x5.c:54 #defines a more reasonable value (0x18). I'm just not sure how to change settings.c -- ideally I'd call lcd_remote_default_contrast(), but here we have a struct initialization. |
This task depends upon
Closed by Michael Sevakis (MikeS)
Tuesday, 26 September 2006, 22:47 GMT+2
Reason for closing: Fixed
Additional comments about closing: Default setting on x5 is now 24 and range is 10-35.
Tuesday, 26 September 2006, 22:47 GMT+2
Reason for closing: Fixed
Additional comments about closing: Default setting on x5 is now 24 and range is 10-35.