Hi i am using the mfs library to write messages to the 4 x 7 segment display.
The message i am displaying is,
MFS.write("EaN"); //Enter a Number definition
I would like to know how i can have this message just displaying on the display, but when the count button is pressed, have the count value displayed. after a short period (3-5 seconds) if the button is not pressed, i would like the same message to be displayed.
How would i do this?