Arduino is writing to LCD, I can find no errors, but no LCD-text. What is wrong?

TomKi:
Actually, Floresta, this is a funny coincidence because I had never seen the Setcursor sketch example before. The way that it is written in the original includes a delay(200). My recommendation, although i didn't know it at the time, put it back the way it was originally written.

Kingoslo, I'm glad I could help.

The purpose of the delay(200) in that sketch is so that a human being can see that the letters are being displayed sequentially. Without the delay all of the letters would appear to be written simultaneously (and there would be no reason to put that code in a loop either).

Don