ArduinoMenu
ArduinoMenu copied to clipboard
Arduino generic menu/interactivity system
Hello Sir @neu-rah Can you help me? how to design the code to create a menu structure like this : ```text /////-----First Menu-----///// // > Pin Name Pin X ///...
Hello ... I am interested in a couple of questions: are there any restrictions on the number of menu items? and the second question: in this implementation on the screen,...
I am sensing heart rate with real-time values on a display. A SPI SSD1351 running a display screen built with ucglib exists in a function "monitorScreen()" . It can be...
Hello neu-rah, I am playing with ArduinoMenu on Arduino Uno with SSD1306 OLED display and a rotary encoder. I started out with examples/SSD1306Ascii/Button_Navigation/Button_Navigation.ino which compiles and loads fine in Ardiono...
I have successfully compiled and ran the esp32 clickEncodertft example. I know want to change the font size. changing fontW and fontH changes the size of the display lines but...
Found with btnNav.ino commit 989951e7d51e036a156a0d7f0f042369b85f8bcc ArduinoMenu version: 4.19.0 Tested with Arduino Nano Steps to reproduce: 1. Copy btnNav.ino of given revision to Arduino IDE 2. Compile and Upload to Arduino...
Hi, it seems the SDMenuT::printTo method was never updated for usage with XML translated HTML. After adding the missing additional wraps in the method and a typename method (see https://github.com/RCP1/ArduinoMenu/commit/4c9acaf2360bde133a333f5e8730c944f7b0f49e),...
Hi, there. When using bigger LCD or just want to use bigger font you need fonts with better resolution and only by using "tft.setTextSize(4);" you just get bigger font with...
hi sir please support ir remote if possible
Hi all, First I apologise if I am in the wrong place, please point me in the wright place if that is the case. The issue: I attache a second...