Adjust the LCD_Menu to use the mBed Application board resources

Dependents:   class_project_main

Fork of SerialLCD_Menu by Mark Shuck

Revision:
6:a28c1967bb83
Parent:
4:343f2993a66b
Child:
11:af7687f1a985
--- a/Navigator.h	Sun Aug 04 18:02:39 2013 +0000
+++ b/Navigator.h	Fri Aug 30 01:16:16 2013 +0000
@@ -3,17 +3,17 @@
 
 #include "mbed.h"
 #include "Menu.h"
-#include "SerialLCD.h"
+#include "C12832_lcd.h"
 
 class Navigator {   
     private: 
                
     public:
-        Navigator(Menu *, SerialLCD *);
+        Navigator(Menu *, C12832_LCD *);
         Menu *activeMenu; // the current menu - can change when RPG is pushed on selection with child menu
         
-        SerialLCD *lcd; 
-        bool lastButton, button;
+        C12832_LCD *lcd; 
+        bool lastButton[3], button[3];
         
         
         int bottom;     // the index of the last item of current menu