Video source missing

Number Pad for the Gadgeteer Touch Display

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:

  1. An enter button (doh!)
  2. 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.