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

Ncr4X20Vfd

display()

Description

Turns on the VFD display after it has been turned off with noDisplay(). This will restore the text (and cursor) that was on the display. This is the default used after the display powers up.

Syntax

vfd.display();

Parameters

vfd: a variable of the type Ncr4X20Vfd.

Example

See UnitTests example.

See Also

Ncr4X20Vfd Home