Difference between revisions of "Gb.display.print"

From Gamebuino Wiki
Jump to: navigation, search
(Creation)
(No difference)

Revision as of 2014-08-05T02:30:44

Description

Prints text to the screen. For setting the location to print to use gb.display.cursorX and gb.display.cursorY. After printing text/numbers, the cursor will be at the end of what was printed.


Syntax

gb.display.print(text or numbers);

Value

  • text: any string of any length. Can also be F("text").
  • numbers: any numbers.

Example

See also