Rui Azevedo
                                            Rui Azevedo
                                        
                                    Hi! The alert screen will exit either by pressing `select` or `escape` but those will not be related with the return value, the return is by now ignored (for a...
Hi! have you tried to mess with the colors table?
yes, you can set a field read only, the field can also be hooked up to a live variable and display ie: an analog read with self/auto update
Enable/Disable is a runtime setting, all menu items have it usage example: ```c++ mainMenu[0].disable(); mainMenu[1].enable(); ``` source: https://github.com/neu-rah/ArduinoMenu/blob/master/src/items.h#L47 there is still space for improvement, we don't have a function to...
hi! yes, macro has that limitation... and only editing the horrible macro to overcome the limit. But constructing without macro is an optio, what mcu are you using?
Hi! See codeCtrl example, and take ownership of the encoder then issue menu commands when appropriate.
you can issue navigation commands to the navigation root instead on depending on full automation, this example is about it: https://github.com/neu-rah/ArduinoMenu/blob/master/examples/codeCtrl/codeCtrl/codeCtrl.ino please note the usage of NONE on the input...
sorry, you talking about input, right? using the display... it is compatible with adafruit GFX, therefor it could be used as so
you are welcome, we have also a chat room https://gitter.im/ArduinoMenu/Lobby if a the display driver is nor yet supported we can add a menu output driver for it, its not...
Hi! For those you probably don't need a special menu for edit, (maybe) you can use text fields , there are some on examples, with a mask allowing only "01"...