Simple LCD Menu Main Page
Aus ProjectWiki
Version vom 3. Mai 2011, 22:40 Uhr von Mat (Diskussion | Beiträge) (Created page with "== Overview == This is a small and simple menu system for standard alphanumerical LC-displays. To navigate through the menu, only 3 buttons are needed: Forward, Backward and Menu...")
Inhaltsverzeichnis
Overview
This is a small and simple menu system for standard alphanumerical LC-displays. To navigate through the menu, only 3 buttons are needed: Forward, Backward and Menu/Enter. You can have multiple nested sub-menus and edit different value types (however, only booleans (On/Off) or numbers are implemented, but more can easily be added). The menu data is stored in arrays, the structure is made by connecting the right entries together (with their array indexes)