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

serLCD

selectLine()

Description

Moves the cursor to the beginning of selected line. Line numbers start with 1. Valid line numbers are 1-4.

Syntax

lcd.selectLine(num)

Parameters

lcd: a variable of type serLCD

num: the line number to move to ex. 1-4

Example