gb.display.cursorY

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

Description

Sets the cursor's X 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