- Status Closed
- Percent Complete
- Task Type Patches
- Category LCD
- Assigned To No-one
- Operating System Another
- Severity Low
- Priority Very Low
- Reported Version Version 3.1
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by Michael Chicoine - 2009-03-22
Last edited by MichaelGiacomelli - 2009-04-10
Opened by Michael Chicoine - 2009-03-22
Last edited by MichaelGiacomelli - 2009-04-10
FS#10043 - lcd_e200v2 updates
This patch for the e200v2 cleans up unused GPIOs and implements LCD flipping and invert.
I’ll look if it works on the fuze too!
Please do not use fixed numbers like 0xaf or 0xdb, but LCD_WIDTH/_HEIGHT (-1) instead.
Here is a new version with LCD_WIDTH-1 and LCD_HEIGHT-1 instead of fixed numbers.
Version 3 adds code to put lcd in standby to reduce power consumption.
You can remove the ‘(void)yesno;’ line (this is just to fix warnings when the parameter doesn’t get used).
Additional cleanup - removed ‘(void)yesno;’ and unused function flip_lcd()
works fine on e280
Is this ready to commit?
I believe so. I have not seen any problems caused by this patch.