This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9623 - Fuze lcd driver fixes
Attached to Project:
Rockbox
Opened by Thomas Martitz (kugel.) - Thursday, 11 December 2008, 17:43 GMT+2
Last edited by Dave Chapman (linuxstb) - Tuesday, 16 December 2008, 08:55 GMT+2
Opened by Thomas Martitz (kugel.) - Thursday, 11 December 2008, 17:43 GMT+2
Last edited by Dave Chapman (linuxstb) - Tuesday, 16 December 2008, 08:55 GMT+2
|
Detailsa) remove lcd_delay, doesn't seem to be needed (and I didn't find any such function in the 1.01.15 OF version)
b) add a lcd_write_cmd which I found in the OF c) some fixes to lcd_update_rect d) only execute lcd_enable if really needed |
This task depends upon
Closed by Dave Chapman (linuxstb)
Tuesday, 16 December 2008, 08:55 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed as r19452.
Tuesday, 16 December 2008, 08:55 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed as r19452.
add a mutex, so that lcd transfers are undisturbed (and they will be without by buttons)
add a small delay in lcd_enable to avoid irritating/epilepsy causing flash when called (i.e. at backlight on).
Someone volunteers to commit?