Skip to content

Commit a0f72ba

Browse files
committed
Changed begin() in LiquidCrystal examples
1 parent 4a6c915 commit a0f72ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.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
// Print a message to the LCD.
4343
lcd.print("hello, world!");
4444
}

0 commit comments

Comments
 (0)