Package ilcd
Class Control

Public Method setRowAddress

static void setRowAddress(int address)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
address 0 ... display height - 1 value for an y coordinate

Sets the vertical cursor position (row address).

Note

Example

Control.setRowAddress(50);

This example sets the y value of the cursor position to 50. The x value is not affected.

See also:

Control.setCursorPosition(int, int)
Control.setColumnAddress(int)