Package ilcd
Class Control

Public Method setColumnAddress

static void setColumnAddress(int address)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
address 0 ... display width - 1 value for x coordinate

Sets the horizontal cursor position (column address).

Note

Example

Control.setColumnAddress(25);

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

See also:

Control.setCursorPosition(int, int)
Control.setRowAddress(int)