mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-30 19:52:13 +01:00
Changed begin() in LiquidCrystal examples
This commit is contained in:
parent
47fd6c3066
commit
21cc6be265
@ -38,7 +38,7 @@ LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
|
|||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
// set up the LCD's number of columns and rows:
|
// set up the LCD's number of columns and rows:
|
||||||
lcd.begin(2, 16);
|
lcd.begin(16,2);
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user