Changed begin() in LiquidCrystal examples

This commit is contained in:
Tom Igoe 2009-08-02 18:45:13 +00:00
parent afc4948495
commit df1b7f787c
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ int thisChar = 'a';
void setup() {
// set up the LCD's number of rows and columns:
lcd.begin(2, 16);
lcd.begin(16, 2);
// turn on the cursor:
lcd.cursor();
Serial.begin(9600);