forntoh / LcdMenu

Display navigable menu items on your LCD display 📟 with Arduino
https://lcdmenu.forntoh.dev
MIT License
170 stars 38 forks source link

Expand RotaryEncoder usability for text input #194

Closed forntoh closed 2 weeks ago

forntoh commented 2 weeks ago

Is your feature request related to a problem?

With the current RotaryNavConfig, I am only able to perform the following actions.

Having just these options is lacking for ItemInputCharset, cuz I don't have the option to execute BACKSPACE command.

Describe the solution you'd like?

Make RotaryNavConfig support BACKSPACE action, implement double-tap as BACKSPACE

Describe alternatives you've considered

No response

Additional context

No response