Skip to content

Commit 0675c7a

Browse files
committed
Changed begin() in LiquidCrystal examples
1 parent e66eb79 commit 0675c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/LiquidCrystal/examples/SerialDisplay/SerialDisplay.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
3838

3939
void setup(){
4040
// set up the LCD's number of rows and columns:
41-
lcd.begin(2, 16);
41+
lcd.begin(16, 2);
4242
// initialize the serial communications:
4343
Serial.begin(9600);
4444
}

0 commit comments

Comments
 (0)