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 Peihsun Yeh

Library to display menus on TextLCDs. Interaction with functions Up,Down and Select (Buttons or RPG) Based on menu-library from pyeh9

Revision:
8:fbaeab73fe1a
Parent:
6:819049708d51
Child:
9:c9df0b33d176
diff -r 12f2b3b7975f -r fbaeab73fe1a Menu.cpp
--- 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)