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

Ncr4X20Vfd

home()

Description

Positions the cursor in the upper-left of the VFD. That is, use that location in outputting subsequent text to the display. To also clear the display, use the clear() function instead.

Syntax

vfd.home();

Parameters

vfd: a variable of the type Ncr4X20Vfd.

Example

See UnitTests example.

See Also

Ncr4X20Vfd Home