Begin
Begin
Description
Initializes the interface to the LCD screen, and specifies the dimensions (width
and height) of the display. begin() needs to be called before any other LCD
library commands.
Syntax
lcd.begin(cols, rows)
Parameters
lcd: a variable of type LiquidCrystal