Rui Azevedo
                                            Rui Azevedo
                                        
                                    Hi! yes, there is a limit on the number of items, they can be 127 on AVR mcu's and 32767 on non AVR's. about the columns, they are called `panels`...
It makes sense what you describe, if you plan to use the display you should not call the menu `poll` or any menu IO functions (`doInput`/`doOutput`) as both systems will...
Thanks @lloydvolson I can't disable polling that way because the menu would then idle forever, polling is responsible to put the menu out of idle state too. Suspending polling is...
hi! can you try other example? also, what board are you using?
Hi Steffen! Removing `#define MENU_USERAM` will make no usage of flash memory and probably the sketch will be tight or wont fit the RAM of an UNO. And yes some...
your file looks ok, so i've pasted the content over the original and loaded SDCard example on the due it looks ok either with simple serial output as with xmlFmt...
Hi! you can adjust character dimensions when setting up the menu output, however things can get ugly when using non mono-space fonts, to get around this on u8g2 I've removed...
Hi! I will do some parallel things to u8g2 because it had the same problem, it can be corrected on menu output driver (i think). u8g2 report here https://github.com/neu-rah/ArduinoMenu/issues/185 at...
Hi! its a thing I've never used on other projects, can you point out some nice IR library?
this might be usable with menu code ctrl... on the loop one can read the IR input and issue menu commands to the navigation root, without the need of a...