Skip to content

Commit 739714e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/LiquidCrystal/examples/TextDirection/TextDirection.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ int thisChar = 'a';
4141

4242
void setup() {
4343
// set up the LCD's number of rows and columns:
44-
lcd.begin(2, 16);
44+
lcd.begin(16, 2);
4545
// turn on the cursor:
4646
lcd.cursor();
4747
Serial.begin(9600);

0 commit comments

Comments
 (0)