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

Ncr4X20Vfd

write()

Description

Writes a character to the VFD.

Syntax

vfd.write(data);

Parameters

vfd: a variable of the type Ncr4X20Vfd.

data: the character to write to the VFD.

Example

See UsbSerialAdapter example.

See Also

Ncr4X20Vfd Home