Rui Azevedo

Results 138 comments of Rui Azevedo

what mcu are you using?

the atmega has not much memory, and by default it will use flash (so things get more complicated to access flash memory). The custom menu is the best way to...

yes, keypad hw (as buttons in general) still accessible, it seem desirable to do this outside menu system, no?

there is some code on plugins folder (half abandoned) about custom menu controls cancelField handles input, and barField handles output

https://github.com/neu-rah/ArduinoMenu/issues/285

we are closer to this as we have `textField` and the question was post again, this time on the gitter... I would do it as a separate routine, but one...

Hi! Thanks for using the library and provide some feedback. Yes, web menu is missing the reactive part tin order to self update as local devices do... The web menu...

Hi, this looks a lot like a bug... I have to do a similar setup to track it down, what display driver are you using?

you can remove/comment that line, its just a check

thanks for reporting them, I will give it a try with xtensa and look for proper include... or remove the assert