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:
7:12f2b3b7975f
Parent:
6:819049708d51
Child:
8:fbaeab73fe1a
--- a/Navigator.cpp	Fri Jan 02 20:49:59 2015 +0000
+++ b/Navigator.cpp	Mon Jan 12 19:37:51 2015 +0000
@@ -57,8 +57,8 @@
         //execute function
         (activeMenu->selections[_cursorPos].fun)();
         // refresh the Menu
-        printMenu();
-        printCursor();
+        //printMenu();
+        //printCursor();
     }
     if(activeMenu->selections[_cursorPos].childMenu != NULL) {
         activeMenu = activeMenu->selections[_cursorPos].childMenu;