mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Changed begin() in LiquidCrystal examples
This commit is contained in:
parent
afc4948495
commit
df1b7f787c
@ -41,7 +41,7 @@ int thisChar = 'a';
|
||||
|
||||
void setup() {
|
||||
// set up the LCD's number of rows and columns:
|
||||
lcd.begin(2, 16);
|
||||
lcd.begin(16, 2);
|
||||
// turn on the cursor:
|
||||
lcd.cursor();
|
||||
Serial.begin(9600);
|
||||
|
Loading…
Reference in New Issue
Block a user