LCD Messages priority
hi,
i ask has done evolve messages managment on lcd.
i have stamping on lcd refresh each seconds
22:52:56
saturday 4 dec
ad sometime have time tasks stuff.
eg : @ 22:52:59 put red light on.
then displau on lcd during 5 seconds example
22:52:59
red light on
then after 5 seconds elapsed, stamped information comming back
22:53:03
saturday 4 dec
i know how display informations, need how appropriate design , how think have implement feature ?
thank you
for instant, code doing that
alarm manager checking if actual time 1 correspond timed task
functasks class contains method display time , date each second.
i ask has done evolve messages managment on lcd.
i have stamping on lcd refresh each seconds
22:52:56
saturday 4 dec
ad sometime have time tasks stuff.
eg : @ 22:52:59 put red light on.
then displau on lcd during 5 seconds example
22:52:59
red light on
then after 5 seconds elapsed, stamped information comming back
22:53:03
saturday 4 dec
i know how display informations, need how appropriate design , how think have implement feature ?
thank you
for instant, code doing that
code: [select]
void loop() {
alarmmng.checkingalarms();
functask.affichedateetheure();
}
alarm manager checking if actual time 1 correspond timed task
functasks class contains method display time , date each second.
didn't ask before? :-?
it not simple do. easiest way have external storage (sd card or something) stored messages , priority , time data poll sd card decide should displayed.
mowcius
it not simple do. easiest way have external storage (sd card or something) stored messages , priority , time data poll sd card decide should displayed.
mowcius
Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > LCD Messages priority
arduino
Comments
Post a Comment