Hallo,
Habe einen LCD-I2C Display, welches ich über eine I2C Schnittstelle betreiben möchte. Anschluss: 5V,GND, SCL und SDA am Arduino Uno. Der Ic2 Scanner identifiziert das Display unter der Adresse 0x20
Und wo ist jetzt das Problem?
Aus
LiquidCrystal_I2C lcd(0x27,16,2); // set the LCD address to 0x27 for a 16 chars and 2 line display
wird
LiquidCrystal_I2C lcd(0x20,16,2); // set the LCD address to 0x27 for a 16 chars and 2 line display