- Status Unconfirmed
- Percent Complete
- Task Type Patches
- Category Plugins
- 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#11734 - Resistor Calculator: Calculator-like number pad library
r28529
This patch adds a new library that creates a calculator-like keyboard for easy number entry as an alternative to the on-screen keyboard. A lot of the code for drawing the buttons was taken from the calculator plugin.
Tested on the e200.
And here is the patch which I forgot to attach.
Here is a revision, placing numpad.c and .h in /apps instead, making numpad_input() accessible through the API. And masked (password) mode.
Sync to r30189.
I like the idea, but not the amount of code added to Rockbox. This could be done using the normal text entry code, using a second numbers-only keyboard layout.