目录

LiquidCrystal

cursor()

Description

Display the LCD cursor: an underscore (line) at the position to which the next character will be written.

Syntax

lcd.cursor()

Parameters

lcd: a variable of type LiquidCrystal

Example

cursor() and noCursor()

See also

noCursor()

Reference Home