gb.display.print

From Gamebuino Wiki
Revision as of 2014-08-05T02:30:44 by Matrix828 (talk | contribs) (Creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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