Simple LCD Menu Main Page: Unterschied zwischen den Versionen

Aus ProjectWiki
Wechseln zu:Navigation, Suche
(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...")
(kein Unterschied)

Version vom 3. Mai 2011, 22:40 Uhr

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