Serial LCD Menu system with buttons instead of RPG. Based on Peihsun Yeh's work

Fork of Menu by Peihsun Yeh

Revision:
2:2654dc659298
Parent:
1:84d263c8932d
Child:
3:920157b558db
diff -r 84d263c8932d -r 2654dc659298 Navigator.cpp
--- a/Navigator.cpp	Tue Mar 05 20:33:27 2013 +0000
+++ b/Navigator.cpp	Tue Mar 05 21:24:37 2013 +0000
@@ -7,6 +7,9 @@
     cursorLine = 1;
     button = 0;
     lastButton = 0;
+    
+    printMenu();
+    printCursor();
 }
 
 void Navigator::printMenu()