Rui Azevedo
Rui Azevedo
marking this as enhancement as it is a clear case where 2D nav could be used (not implemented yet) because usually you have to click to edit values, only menus...
yes, understand that and while navigating the "pipe" each stage has to preserve its state with 4 buttons there's no need to select or click to edit, just change settings....
what mcu are you using?
almost there, dev branch is using new input method (for version 5). Swapping the menu root (as in here https://github.com/neu-rah/ArduinoMenu/issues/166) is not enough to this case as focused item still...
character ranges would be very useful to translate from w3c-ebnf where very large chunks of unicode characters have to be validated
I think you can still use -b flag to set speed
panel (on the output definition) allow one to specify the area of output to be used, still you would be responsible to update a status bar on the free area.
from the wiki https://github.com/neu-rah/ArduinoMenu/wiki/Output#panel
hi, even read-only fields should self update when the original variable value changes, so just change the value, they are read-only just for the menu system (unless you made it...
Hi! debug will mix with normal output, its a mess, the MENU_DEBUG_OUT is just a gateway that allows cleaning all debug info from the build when needed. In principle all...