Notes on Menu (macro) files...
- Menus must be named in sequence from menu1 to menu99...
- Menus can not contain empty lines...
- Menus can not have more than 15 lines...
- Menus can not contain comments...
In theory you should be able to add comments/text after the last line (assuming all 15 lines are present).
In testing I have based everything on 5 menus, this allows me to load the last menu from the first menu round-robin... Set the variable for the last menu (MAXMENUS,) to whatever yours is. If you have three menus then set this to 3, that way you can safely load the last menu from the first menu in a round-robin fashion. 1,2,3,4,5,1,2,3 etc... 5,4,3,2,1,5,4 etc...
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.