Library to display menus on TextLCDs. Interaction with functions Up,Down and Select (Buttons or RPG) Based on menu-library from pyeh9
Fork of Menu by
Library to display menus on TextLCDs. Interaction with functions Up,Down and Select (Buttons or RPG) Based on menu-library from pyeh9
Diff: Menu.cpp
- Revision:
- 8:fbaeab73fe1a
- Parent:
- 6:819049708d51
- Child:
- 9:c9df0b33d176
--- a/Menu.cpp Mon Jan 12 19:37:51 2015 +0000
+++ b/Menu.cpp Fri Jan 16 22:23:34 2015 +0000
@@ -5,6 +5,7 @@
Menu::Menu(char *id) : menuID(id)
{
selections.clear();
+ CurrentSelection = 0;
}
void Menu::add(const Selection &toAdd)
