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:
5:91b1bc68290b
Child:
9:c9df0b33d176
--- a/Navigator.h	Mon Jan 12 19:37:51 2015 +0000
+++ b/Navigator.h	Fri Jan 16 22:23:34 2015 +0000
@@ -79,8 +79,8 @@
     
 private:
     int _display_rows; // number of rows the LCD can display
-    int _cursorPos;  // what selection the cursor points to
-    int _cursorLine; // what line of the lcd the cursor is on. 1 = first line, 2 = second line
+    int _cursorPos;    // what selection the cursor points to
+    int _cursorLine;   // what line of the lcd the cursor is on. 1 = first line, 2 = second line
     
     
 };