The GLCD object inherits the public methods from the Print class. This means you can use the standard print and println methods you are used to using.
They implement auto-scroll and line-wrap, so if you go off the right of the display it wraps the text to the left of the next line, and if you go off the bottom of the display it scrolls the display up a line.
You can set the current cursor position with the [setCursor] method.
Certain special characters are also interpreted: