Library for creating menu systems in displays.

Dependents:   VS1053Player

Revision:
10:af54763d3d21
Parent:
9:7828182dbc9f
--- a/Menu.h	Thu May 30 07:29:33 2013 +0000
+++ b/Menu.h	Sun Jul 20 12:41:33 2014 +0000
@@ -75,7 +75,7 @@
 };
 
 /** Menu represents a container for a set of MenuNodes. Menu is itself
- * a menu node meaning that Menu objects can be used as sun menus. 
+ * a menu node meaning that Menu objects can be used as sub menus. 
  */
 class Menu : public MenuNode {