Improve the button handling code so that a pressed and held button will
now generate additional press events after a short delay.
An acceleration curve is also applied so that events are generated with
increasing frequency the longer the button is held down.
Closes#323.
This commit adds a simple physical control system with two schemes:
* simple_buttons: 4-button scheme
* simple_encoder: 2-button scheme + rotary encoder (with button)