This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5740 - X5 LCD Performance / Features Upgrade / Bug Fix
|
DetailsSpeeds up the X5 LCD driver functions and implements all remaining APIs except lcd_blit and contains the bug fix found in
The bootloader gets smaller versions of the lcd_update_* functions (less unrolling of loops). x5-lcd-performance-before-and-after.txt show a table of framerates gathered using test_fps with the best of three runs for each data point. Should be self-explanatory. x5-lcd-perf-and-features-test.patch.zip contains a test plugin to test the lcd functions that were changed/added. It exposes some APIs needed by the plugin. Remove the patch included in the zip before committing. |
This task depends upon
Closed by Linus Nielsen Feltzing (linusnielsen)
Tuesday, 01 August 2006, 01:00 GMT+2
Reason for closing: Fixed
Tuesday, 01 August 2006, 01:00 GMT+2
Reason for closing: Fixed
That's the only qualm I had so pick the way you like it better.
BTW, I previously tried Duff's device as well but I got no FPS gain since I had to take the code out of IRAM.
It's nice to see you got better results :)
Here it is resynced with contrast change.