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...")
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu:Navigation, Suche

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)

How to initialize it

Interface description

Sample

Menu structure overview

Menu data include file

Main file

Download