Skip to content

Commit e66eb79

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)