gb.display.println

From Gamebuino Wiki
Revision as of 2014-08-12T19:50:53 by Rodot (talk | contribs) (description changed to link to gb.display.print)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Description

Prints data to the screen followed by a carriage return character (ASCII 13, or '\r') and a newline character (ASCII 10, or '\n'). This command takes the same forms as gb.display.print().

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