0% found this document useful (0 votes)
39 views1 page

Begin

The document describes the begin() function which initializes the interface to the LCD screen and specifies the width and height, begin() must be called before other LCD commands, and takes the number of columns and rows as parameters.

Uploaded by

Krishanu Modak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views1 page

Begin

The document describes the begin() function which initializes the interface to the LCD screen and specifies the width and height, begin() must be called before other LCD commands, and takes the number of columns and rows as parameters.

Uploaded by

Krishanu Modak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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

cols: the number of columns that the display has

rows: the number of rows that the display has

You might also like