Library for creating menu systems in displays.

Dependents:   VS1053Player

Files at this revision

API Documentation at this revision

Comitter:
ollie8
Date:
Sun Jul 20 12:41:33 2014 +0000
Parent:
9:7828182dbc9f
Commit message:
Updated docs

Changed in this revision

Menu.h Show annotated file Show diff for this revision Revisions of this file
--- 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 {