gb.display.println

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

Description

Prints text to the screen and then goes down a line. For setting the location to print to use gb.display.cursorX and gb.display.cursorY. After printing text/numbers, the cursor will be a line (equivalent to the current font height) lower.


Syntax

gb.display.println(text or numbers);

Value

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

Example

See also