GLCD.gText("text"); GLCD.gText(char *myText);
Draws text on the screen using graphical operations. This is slower than using the inherited [print] methods, but allows much greater control over the positioning of the text.
Wiki: User Interface Wiki: print