This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7438 - Cover colored line on new Sansa E200s
Attached to Project:
Rockbox
Opened by Paul Martyn (Ghost) - Sunday, 15 July 2007, 09:48 GMT+2
Last edited by Michael Sevakis (MikeS) - Wednesday, 05 September 2007, 10:30 GMT+2
Opened by Paul Martyn (Ghost) - Sunday, 15 July 2007, 09:48 GMT+2
Last edited by Michael Sevakis (MikeS) - Wednesday, 05 September 2007, 10:30 GMT+2
|
DetailsNew Sansa E200s have an LCD bug that leaves two lines of colored pixels at the top of the screen.
This pair of patches will cover it up in Rockbox (and bootloader if you recompile it). Still need to fix it for booting to the original firmware though and note this is a dirty hack and not a genuine solution. /* Do not use if you have an old model E200 that does not have this problem */ |
This task depends upon
Closed by Michael Sevakis (MikeS)
Wednesday, 05 September 2007, 10:30 GMT+2
Reason for closing: Fixed
Additional comments about closing: Genuine fix in SVN.
Wednesday, 05 September 2007, 10:30 GMT+2
Reason for closing: Fixed
Additional comments about closing: Genuine fix in SVN.
JdGordon tried some alignment stuff for me. I come to find out alignments must be an integer power of two. Didn't seem to have any effect. :( I can do it by holding any button other than "|<<" with the bootloader I installed right when I got the player. You never poked at the register settings? Perhaps messing around with the lcd driver would work. Maybe sync pulse polarity. Some things could be set differently depending on model if that can be detected.
Arno,
It's not really a genuine fix so I personally don't feel this patch is appropriate for the trunk esp. since it puts a burdon on e200s that don't have the problem. I just find it weird that the first two screen line are taken to be at the highest address by the controller and then it wraps.
The three builds on anythingbutipod.com have the patch added (mine, cpchan's, and digerati1338's) and I haven't noticed any problems with having it on my Sansa. I'm not sure why Ghost had warned not to put it on the e200s without the problem, but I haven't heard of any complaints about it on anythingbutipod. However, since it isn't a genuine fix, I don't think the patch should be added to SVN.
FS#7654- LCD garbled top two lines".Discussion of it can go there.