A few weeks ago, I published a helper module to turn the GHI Gadgeteer display module into a touch keyboard. This was missing two things:
- An enter button (doh!)
- A number pad (or keypad)
Here’s an action video: The code for this, with examples of usage can be found in my GitHub Gadgeteer repository: TouchKeyboard Helpers There are now two events exposed:
- EnterPressed
- TextChanged
Both events will return arguments with current text content of the control.