forked from neu-rah/ArduinoMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Rui Azevedo edited this page May 30, 2015
·
11 revisions
This library is divided in parts to be included on your project as needed, this is a way of minimizing system resource usage. Be sure to include the needed parts.
The code is quite direct to lower the resource profile.
1 - The menu system does not store status variables, instead it uses references to variables already in your code, this makes integration easier and avoids translations and extra functions.
2 - However some variables are used by the menu system, like cursor characters to be used on several cases, as well as key-codes to be used as actions (ie: Enter=13). this variables can be changed directly (to do: use conditional defines)