brunialti / MENWIZ

ARDUINO LCD menu library: short user code to manage complex menu structures
65 stars 25 forks source link

menu eeprom functions suggestion #7

Open hayden-t opened 11 years ago

hayden-t commented 11 years ago

could you:

A- add in the documentation that your menu eeprom save/load functions start from position 0 and that that may conflict with any other eeprom functions using overlapping address.

B- add memory offset variable, that stores the menu settings from address position chosen, leaving space at start of range for other, non menu related settings.