Support for list of string/int/float/etc #29
|
PR #22 is a stab at list support for strings and ints (which works quite well on esp32) but that implementation has drawbacks like usage of vector. Right now input and toggle are only supported menu types and hopefully lists can be added as well. |
Answered by
forntoh
May 16, 2022
Replies: 2 comments 4 replies
|
I haven't visited the project for a while, I was just getting used to my code (asking myself, did I write this? 😂). Now, I clearly understand what you mean by support for lists 😎, and I have some ideas.
|
4 replies
|
https://lcdmenu.forntoh.dev/examples/string-list |
0 replies
Answer selected by
forntoh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://lcdmenu.forntoh.dev/examples/string-list
https://lcdmenu.forntoh.dev/examples/int-and-float-values
#114