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

Ncr4X20Vfd

verticalScroll()

Description

Enables vertical scrolling. When cursor advances off the bottom of the display, all characters on the display will scroll up one line, placing the cursor on the now cleared bottom line. Behavior is consistent with a standard text console display.

Syntax

vfd.verticalScroll();

Parameters

vfd: a variable of the type Ncr4X20Vfd.

Example

See UnitTests example.

See Also

Ncr4X20Vfd Home