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

serLCD

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 serLCD

Example

  • cursor() and noCursor()

See also