-
Notifications
You must be signed in to change notification settings - Fork 0
Input Devices
Morten Hattesen edited this page Dec 19, 2022
·
1 revision
From a driver/API point of view, this is identical to a digital joystick with push support.
Up |
||
Left |
OK |
Right |
Down |
Event to functionality mapping via driver library Events and a software State Machine
-
OK
button- SingleClick: Select item
- LongClick: Edit (when selecting) / Save and Exit (when editing)
- DoubleClick: Exit / Escape
-
Up
button SingleClick: Above menu item / Increase value by 1 LongClick: / Increase value by multiple, using acceleration -
Down
button SingleClick: Below menu item / Increase value by 1 LongClick: / Decrease value by multiple, using acceleration -
Left
button SingleClick: select Digit/Character to the left -
Right
button SingleClick: select Digit/Character to the left
Up | ||
Exit | OK | |
Down |