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

PrimeVfd

begin()

Description

Starts the library. It must be called once before other library functions. Other library functions will not work until this function is called. Typically it is called from the sketch setup function. The library will begin consuming CPU time needed to drive the display immediately after calling this method.

Syntax

vfd.begin();

Parameters

vfd: a variable of the type PrimeVfd.

Example

See HelloWorld example.

See Also

PrimeVfd Home