While() and text()
in
Programming Questions
•
5 months ago
Hello,
i'd like to do a little intro like:
...
...
while( millis() - lastTime < 5000 && start==0) {
text("Brought to you by bitator.com", 20, 100);
}
...
...
The problem ist, that the text is no showen.
The sketch has a blank screen for 6 5 seconds and then goes on.
Any help please?
1