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

Ncr4X20Vfd

noDisplay()

Description

Puts the VFD in a low power state that also increases the life expectancy of the display. No output is displayed however all text and internal state is retained.

Syntax

vfd.noDisplay();

Parameters

vfd: a variable of the type Ncr4X20Vfd.

Example

See UnitTests example.

See Also

Ncr4X20Vfd Home