Justin Howard / Mbed 2 deprecated AdaFruit_RGBLCD

Dependencies:   AdaFruit_RGBLCDShield MCP23017 mbed RTclock

Dependents:   SX1276_GPS

Fork of MCP_test by Wim Huiskamp

Revision:
20:93c70a1869ee
Parent:
17:731a47339cb8
--- a/MenuManager.h	Thu Aug 14 12:06:47 2014 +0000
+++ b/MenuManager.h	Sat Aug 30 16:30:27 2014 +0000
@@ -8,7 +8,9 @@
     (
         Module **               in_pModules,
         size_t                  in_nModules,
-        Adafruit_RGBLCDShield & in_cLCD
+        Adafruit_RGBLCDShield & in_cLCD,
+        int                     in_nCols,
+        int                     in_nRows
     );    
     void loop();
 
@@ -35,6 +37,7 @@
     size_t                  m_nMenuPos;
     size_t                  m_nIndex;
     int                     m_nCursorX, m_nCursorY;
+    int                     m_nColumns, m_nRows;
 };
 
 #endif /* __MENUMANAGER_H__ */