Simple LCD Menu Main Page
Aus ProjectWiki
Version vom 4. Juni 2011, 23:11 Uhr von Mat (Diskussion | Beiträge)
Inhaltsverzeichnis
Overview
This is a menu system for standard alphanumerical LC-displays. To navigate through the menu, only 3 buttons are needed: Forward, Backward and Menu/Enter (or a rotary encoder with push button). You can make multiple nested sub-menus, hidden menus, function calls and edit different value types (Bit, Byte, Word, Integer, Single, String). The menu data is stored in arrays, the structure is made by connecting the right entries together (with their array indexes).