MENWIZ: yet another character lcd menu wizard library

brunialti:
I'm happy it works. It was in my goals to write a library simple to use and hackable.
And now let me try to hel paco :slight_smile:

p.s. please send to me the modified files and sketch. I want let it available on github

Hi, I will send you the modified libs, how do I send them to you? I am new to these message forums and not sure how to send them to you. The zipped files are to big to attach, about 9KB

Question
I have been testing your Test_all_var_types example and all is working well with the exception of getting the current value of the tp selection list. The menu remembers that I last selected list item 4 or 5, but when I try to print it to the serial monitor when the Write To serial menu item is selected and confirmed, tp aways prints as 0, all the other non list variables like the float, byte, boolean, and int show the last selected value but not the list number selected.

Any ideas what I should do to see the currently selected List item number?

Thanks
Tom