Arduino Playground is read-only starting December 31st, 2018. For more info please look at this Forum Post

Ncr4X20Vfd

setCursor()

Description

Position the VFD cursor; that is, set the location at which subsequent text written to the VFD will be displayed.

Syntax

vfd.setCursor(col, row);

Parameters

vfd: a variable of the type Ncr4X20Vfd.

col: the column at which to position the cursor (with 0 being the first column)

row: the row at which to position the cursor (with 0 being the first row)

Example

See UnitTests example.

See Also

Ncr4X20Vfd Home