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

serLCD

setCursor()

Description

Position the LCD cursor.

Syntax

lcd.setCursor(row, col)

Parameters

lcd: a variable of type serLCD

row: the row at which to position the cursor (with 1 being the first row)

col: the column at which to position the cursor (with 1 being the fist column)