This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9569 - fix for e200v2 lcd_update_rect
Attached to Project:
Rockbox
Opened by Michael Chicoine (mc2739) - Saturday, 22 November 2008, 02:22 GMT+2
Last edited by Dave Chapman (linuxstb) - Tuesday, 16 December 2008, 08:52 GMT+2
Opened by Michael Chicoine (mc2739) - Saturday, 22 November 2008, 02:22 GMT+2
Last edited by Dave Chapman (linuxstb) - Tuesday, 16 December 2008, 08:52 GMT+2
|
DetailsThis patch corrects an issue with lcd_update_rect in lcd-e200v2.c
Also, an unnecessary setting for the button light is removed since this function is in backlight-e200v2-fuze.c |
This task depends upon
Closed by Dave Chapman (linuxstb)
Tuesday, 16 December 2008, 08:52 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed as r19453
Tuesday, 16 December 2008, 08:52 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed as r19453
The OF seems to set that GPIO at LCD init though. My guess is now, that due to the inability to configure the button light in the OF, that the OF just turns on the button light always with the lcd and/or backlight.
linuxstb should have a look at that before committing, as he wrote the fuze lcd driver which seems to have some similarities with the e200v2 one.
What "issue" is the use of lcd_framebuffer[x][y] fixing? It doesn't make sense to access the lcd framebuffer that way - it's defined to be [y][x].