Dynamic Menu for Arduino and LCD

Craig Hissett wrote 02/12/2017 at 15:15 1 point

Has anyone seen/used/wrote any good dynamic menus for arduino using the lcd shield w/buttons or similar?

For two of my projects I am in need of such a menu. 

So far I have been able to write a basic menu with one level of submenus, using arrays as a source of the menu items (just the names, no functions attached as of yet)

Eventually I would like the menu information to be loaded from an sd card or passed via serial from a script on a PC, so need to have as little hard coded as possible.

Thanks in advance!