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

Ncr4X20Vfd

print()

Description

Prints to the VFD.

Syntax

vfd.print(data);

vfd.print(data, BASE);

Parameters

vfd: a variable of the type Ncr4X20Vfd.

data: the data to print (char, byte, int, long, or string)

BASE (optional): the base in which to print numbers: BIN for binary (base 2), DEC for decimal (base 10), OCT for octal (base 8), HEX for hexadecimal (base 16).

Example

See HelloWorld example.

See Also

Ncr4X20Vfd Home