ITEM_STRING_LIST after ver. 5.10.0 #335
Closed
B1ackt34
started this conversation in
Show and tell
Replies: 3 comments
-
This was added recently see https://lcdmenu.forntoh.dev/overview/items/item-list.html |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, thank you for that link but i have a problem.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Ahh, another update, missed that! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems things are getting complicated :)
On previous version i used
String fanspeeds[] = {"AUTO", "25%", "50%", "75%", "100%"};
...
ITEM_STRING_LIST("Fans RPM ", fanspeeds, 5, fanspeedsCallback),
and now it doesnt work of course.
Since the documentation is very succinct it is not clear if I have to use widgets or there is an easier way to do the same thing
Beta Was this translation helpful? Give feedback.
All reactions