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:
6:819049708d51
Parent:
1:84d263c8932d
Child:
8:fbaeab73fe1a
diff -r 91b1bc68290b -r 819049708d51 Menu.h
--- a/Menu.h	Fri Jan 02 15:41:09 2015 +0000
+++ b/Menu.h	Fri Jan 02 20:49:59 2015 +0000
@@ -17,6 +17,7 @@
         Menu(char *);
         
         void add(const Selection &toAdd);
+        void changeText(int position, char *newText);
         char *getText(int);
 };
 #endif
\ No newline at end of file