Loading...

Reference.LiquidCrystalBegin History

Hide minor edits - Show changes to markup

March 12, 2012, at 04:35 AM by Federico -
Changed lines 19-20 from:

rows: the number of rows that the display has

to:

rows: the number of rows that the display has

July 25, 2009, at 08:10 AM by David A. Mellis -
Changed lines 7-8 from:

Initializes the liquid crystal display and specifies the number of rows and columns it has.

to:

Specifies the dimensions (width and height) of the display.

July 25, 2009, at 08:10 AM by David A. Mellis -
Added lines 1-19:

LiquidCrystal

begin()

Description

Initializes the liquid crystal display and specifies the number of rows and columns it has.

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




Bookmark and Share