arduino-menusystem icon indicating copy to clipboard operation
arduino-menusystem copied to clipboard

Arduino library for implementing a menu system

Results 18 arduino-menusystem issues
Sort by recently updated
recently updated
newest added

Hello, First, I would like to thank you for the menu system it seems well thought out. But I have a few questions. 1. In my use case I will...

I am trying to to create a menu where the renderer will also display the parent item name on the current item. For example, think of this structure: ``` Main...

difficulty:easy
type:bug

There are no tests at the moment which makes refactoring difficult. The tests would ideally run on the host rather than on an Arduino to make continuous integration easier.

difficulty:medium
type:enhancement

`String` requires a lot of memory. Try to find a way to remove it.

difficulty:hard
type:enhancement

The menu items (and/or menus) can be added dynamically? For example, I have a list of log dates that I need to be added as menu items when a "Show...

difficulty:hard
type:enhancement

Support serializing the menu system state to binary so that users can write it to persistent storage such as an SD card. It should also be possible to reload the...

difficulty:hard
type:enhancement

The library is getting a little more complex and the examples probably won't be enough to help newcomers. Write some documentation and stick it up on readthedocs.org

difficulty:medium
type:enhancement

menu1(item1,item2,item3) menu2(item1,item2) etc i use encoder to ms.next ms.previous ..all work fine with menuitems but how to skip ms.select when i scroll menus because each menu its a separate lcd...