Hello, I need your help on this simple problem of mine.
I want to print words repeatedly and one by one on my LCD5110 screen, let's say word #1 is "Hello", and word #2 is "World". But I want the word "Hello" to be displayed for 1200ms, and just after that the word "World", to be replaced instead of "Hello" and displayed for 300 ms. And then this repeats, for a certain of time. I can do this with delay(), but since it blocks other stuff happening, I want to use some other way. I've tried to use millis() function, but couldn't manage to accomplish.
Check out my tutorial on How to write Timers and Delays in Arduino which has millis() sketches and other ways of writing various type of delays/repeats with example sketches