I have successfuly written a code for MPGuino to pop up warning text, if I am on display that shows me clock and temperature readings and if temperature readings show less than 3°C. The only problem is ... that when I'm on that display it keeps on showing me that XD
Here is the display without the warning text:
- Question:
MPGuino has several displays, showing you all sorts of stuffWould it be posible that nomather on which display I'm at, it would show me the warning text if temperature is bellow 3°C ? But that it wouldn't show me the warning every time I switch between displays.
2,3. Question:
How should I change the code so that it would pop up text only once?
Or, that it would pop up text for, lets say 5 seconds and then stoped bodering me abouth that, for at least 10 min?
I've tried with delay, but the problem is, that I can't move between other displays until the delay stops. :~
I hope someone understands me and my problems