LcdMenu
LcdMenu copied to clipboard
Display navigable menu items on your LCD display 📟 with Arduino
### What happened? When trying to install the library, I get the following issue. Installing the library with the ZIP method seems to work fine, but I can use Arduino...
### What happened? Scrolling arrows should appear only in case if there are available menu items behind the menu's visible area (they show if you can still scroll above/below). The...
This PR introduces a significant refactor of the display management system to improve modularity and flexibility. The primary change is the introduction of a `DisplayInterface` class, which abstracts the display...
Update migration guide to include changes for ItemProgress - How to move from `ItemProgress` to `ItemFloatRange` and `ItemIntRange`
### Is your feature request related to a problem? See #176 ### Describe the solution you'd like? Being able to use the menu system on a SSD1322 OLED Display ###...
### Discussed in https://github.com/forntoh/LcdMenu/discussions/146 Originally posted by **ddevries6161** November 12, 2023 Hello, I'm using Electronic Assemblies DOGM204 20x4 LCD (SSD1803 controller IC) with a Nano ESP32 board. SSD1803A_I2C library works...
### Discussed in https://github.com/forntoh/LcdMenu/discussions/176 Originally posted by **NWSpitfire** July 11, 2024 Hi! I have come across this library on my quest to implement a simple menu to display on my...
### Is your feature request related to a problem? No ### Describe the solution you'd like? Add the following questions to FAQs - How to identify the current menu type?...
### Is your feature request related to a problem? See #145 ### Describe the solution you'd like? Flag will be used here - After going in to edit mode -...