Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: AdaFruit_RGBLCDShield MCP23017 mbed RTclock
Fork of MCP_test by
Diff: MenuManager.h
- 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__ */
