This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12800 - USB screen chokes if UI viewport is smaller than the UI viewport
|
DetailsAs the title suggests, fun things like: https://plus.google.com/102855057878446061693/posts/FkQ4wQZb8VD can happen in this instance.
Initially reported here: http://www.rockbox.org/irc/log-20130113#07:14:49 [Saint] |
This task depends upon
Remove the entire inbuilt drawing code from the usb screen, it shows nothing really useful that couldnt be done by adding 1 or 2 usb mode tags and modifying the inbuilt sbs to display correctly. Then we can remove the inbuilt usb bitmap and reclaim some binary size.
Looks like there is no %cs value for usb screen yet, so adding one and doing %?if(%cs, =, <usb screen>)<%Vd(usb screen)> in the hardcoded sbs would be simple to add.