- 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]
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
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.