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
Library to display menus on TextLCDs. Interaction with functions Up,Down and Select (Buttons or RPG) Based on menu-library from pyeh9
History
added show_longtext() to display a long text. With scrollbars.
2016-01-13, by charly [Wed, 13 Jan 2016 19:59:21 +0000] rev 11
added show_longtext() to display a long text. With scrollbars.
First version of a Yes/No Question with UserInterface and result.
2015-03-16, by charly [Mon, 16 Mar 2015 21:05:37 +0000] rev 10
First version of a Yes/No Question with UserInterface and result.
Refactored Selection to MenuItem; Added comments
2015-03-13, by charly [Fri, 13 Mar 2015 18:44:49 +0000] rev 9
Refactored Selection to MenuItem; Added comments
Save CurrentSelection of Menu to get back to the correct position.
2015-01-16, by charly [Fri, 16 Jan 2015 22:23:34 +0000] rev 8
Save CurrentSelection of Menu to get back to the correct position.
no refresh at Navigator->select()
2015-01-12, by charly [Mon, 12 Jan 2015 19:37:51 +0000] rev 7
no refresh at Navigator->select()
addes Method to Chnage Text of an MenuItem
2015-01-02, by charly [Fri, 02 Jan 2015 20:49:59 +0000] rev 6
addes Method to Chnage Text of an MenuItem
Bug fixes. ; Should work for displays with more than 2 rows.
2015-01-02, by charly [Fri, 02 Jan 2015 15:41:09 +0000] rev 5
Bug fixes. ; Should work for displays with more than 2 rows.
removed old code for poll method
2015-01-01, by charly [Thu, 01 Jan 2015 23:00:06 +0000] rev 4
removed old code for poll method
Removed RPG; added method select.; Interaction can be handled outside Menu with methods Navigator::moveUp, moveDown and select.; Changed from TextLCD to http://developer.mbed.org/cookbook/Text-LCD-Enhanced; Fixed bug to display 15 Chars per line
2015-01-01, by charly [Thu, 01 Jan 2015 22:27:30 +0000] rev 3
Removed RPG; added method select.; Interaction can be handled outside Menu with methods Navigator::moveUp, moveDown and select.; Changed from TextLCD to http://developer.mbed.org/cookbook/Text-LCD-Enhanced; Fixed bug to display 15 Chars per line
Second version - with comments
2013-03-05, by pyeh9 [Tue, 05 Mar 2013 21:24:37 +0000] rev 2
Second version - with comments