ArduinoMenu icon indicating copy to clipboard operation
ArduinoMenu copied to clipboard

Arduino generic menu/interactivity system

Results 127 ArduinoMenu issues
Sort by recently updated
recently updated
newest added

Hello I was wondering if it was possible to use my own strings to later edit using the Edit macro. I would essentially like to be able to select a...

Dear friend, I hope to record 18b20's temp data in sd card and other things such as upload to mqtt server, even when the menu runs by press a key,...

Hi there, Thank you so much for your library. It's quite robust and so far I love working with the system architecture you created. One question though, I am wanting...

Hello @neu-rah, I am having trouble with interfacing your library to the Adafruit SH1107 128x64 OLED. The menu system and scrolling through the options work but somehow it is not...

I set up the basic demo for reading an SD card with ArduinoMenu but it didn't work - output garbage characters and crashed repeatedly. Passed on to friends with more...

The filepicker is fantastic - just made my life infinitely easier! One question though: I've read through the code quickly and it seems the answer is no, but does the...

The SD Card library plugins only work with #define MENU_USERAM in macros.h. If not included then the filePickMenu displays garbage and crashes the program if clicked on. If included then...

Hi, I had a problem with the KeyIn code with STM32F103, PA0 pin number is 192, and thats doesn't fit well with int8_t, (max is 127) ``` keyMap encBtn_map[] =...

Hi, First of all, thanks for all the hard work that you have been putting on this library. The last days I have been trying to use this library but...

First I want to say thanks for this awesome project. Without the plethora of Arduino libraries that are cross-platform compatible, I would be dead in the water. Let me start...