gb.display.cursorY

From Gamebuino Wiki
Jump to: navigation, search

Description

Sets the cursor's Y position. Used for setting the location of gb.display.print and gb.display.println. Using values between 0 and 47 will allow the text (or parts of it) to be seen.

Syntax

gb.display.cursorY = y;

Value

  • y: any number will work fine.

Example

See also