Menu for Display

Hi Oliver,
you have exactly center my ideas ... :slight_smile:

So:

  • N°Dev --> are the number of the devices
    for example: I can set up timer for the devices from 0 to 7 ...

when I setup the timer from a menu do this:

  • pass the menu value to:
    a) a timer
    b) in eeprom
    c) array (copy of eeprom)
    in this way if the electricity will be down automatically a timer will be set again if wrote into the eeprom.
    The first thing that the software do is read eeprom and pass the value to a local array that is identical to the eeprom.

Then my ideas is change dynamically a timer from a menu ... make sense for you ?

thanks gnux