Quote Originally Posted by Joe S. View Post
Hi Silvio, not sure if mackracket covered your question or if question was how to implement, so if how to implement, it's easy, just lcdout after your defines pause 3 seconds and then follow with your main loop, like so:
Code:
DEFINE xxxxxxxxxxx
DEFINE yyyyyyyyyyyy
DEFINE >>>>>>>>>

LCDOUT "sylvio's flash message"
PAUSE 3000
lcdout $FE,1
LCDOUT $FE,2


loop: Do something
        Do somethingMore 
        goto loop
end
Hello!!

mackracket didnt covered what I wanted.. but thanks mackrackit!!!

Joe S... I have done something similar to what you have quote. The LCD is showing some messages before starting like "hello world" and stuffs like this..

BUT, what I really want is some animated splash screen, not only texts appearing... Got it? It can be blinking texts mixed with smiles or small cartoons or jokes or anything.....

I'm still all ears... Thanks for the attention...

Regards ..