Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11034 - 3G bootup and default contrast fix

Attached to Project: Rockbox
Opened by Andrew Engelbrecht (sudoman) - Thursday, 18 February 2010, 02:29 GMT+2
Last edited by MichaelGiacomelli (saratoga) - Thursday, 18 February 2010, 05:22 GMT+2
Task Type Patches
Category Configuration
Status Closed
Assigned To No-one
Player Type iPod 3G
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

normally, the ipod boots up with a dark screen half-way through. it stays dark once the firmware is loaded unless a good contrast setting is chosen in config.cfg.

i noticed that there seemed to be two places that defined a default contrast setting. the first is:
firmware/export/config/ipod3g.h

the setting there was for 40. so i made a patch for the other file redefining the contrast from 55 to 40 for the 3G. i've tried setting my ipod to 40 contrast and the result looks good.

i haven't been able to test this because i'm having difficulty setting up the build environment.
   contrast_patch.diff (0.5 KiB)
 firmware/target/arm/ipod/lcd-gray.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

This task depends upon

Closed by  MichaelGiacomelli (saratoga)
Thursday, 18 February 2010, 05:22 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Accepted in r24742. Will close  FS#11006  once confirmed fixed.
Comment by Andrew Engelbrecht (sudoman) - Thursday, 18 February 2010, 02:43 GMT+2
this is hopefully a fix for: http://www.rockbox.org/tracker/task/11006

Loading...