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
ced413c4d3
commit
69e25cef45
@ -39,7 +39,7 @@ LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
|
||||
|
||||
void setup() {
|
||||
// set up the LCD's number of rows and columns:
|
||||
lcd.begin(2, 16);
|
||||
lcd.begin(16, 2);
|
||||
lcd.setCursor(0,7);
|
||||
// Print a message to the LCD.
|
||||
lcd.print("hello, world!");
|
||||
|
Loading…
Reference in New Issue
Block a user