Skip to content

Commit 37a1c71

Browse files
committed
Changed begin() in LiquidCrystal examples
1 parent 8032397 commit 37a1c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/LiquidCrystal/examples/Autoscroll/Autoscroll.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 columns and rows:
41-
lcd.begin(2, 16);
41+
lcd.begin(16,2);
4242
}
4343

4444
void loop() {

0 commit comments

Comments
 (0)