gb.display.println
From Gamebuino Wiki
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.