Skip to content

Commit 7544b57

Browse files
committed
Changed begin() in LiquidCrystal examples
1 parent bf81836 commit 7544b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/LiquidCrystal/examples/Cursor/Cursor.pde

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

4040
void setup() {
4141
// set up the LCD's number of rows and columns:
42-
lcd.begin(2, 16);
42+
lcd.begin(16, 2);
4343
// Print a message to the LCD.
4444
lcd.print("hello, world!");
4545
}

0 commit comments

Comments
 (0)