- Status Unconfirmed
- Percent Complete
- Task Type Bugs
- Category User Interface
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#12800 - USB screen chokes if UI viewport is smaller than the UI viewport
As 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]
My suggestions:
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.