LcdMenu icon indicating copy to clipboard operation
LcdMenu copied to clipboard

Display navigable menu items on your LCD display 📟 with Arduino

Results 9 LcdMenu issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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...

bug

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`

documentation

### 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 ###...

help wanted
feature-request
display adapter

### 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...

help wanted
feature-request
display adapter

### 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...

help wanted
feature-request
display adapter

### 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?...

documentation
good first issue

### 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 -...

help wanted
good first issue
feature-request