Hallo,
mein Problem ist folgendes: Ich möchte mit meinem Arduino Mega 2560 einen 20x4 I2C LCD2004 Bildschirm ansteuern.
Ich habe ihn richtig verdrahtet VCC = + GND = - SDA= SDA SCL=SCL
Die libary Datei habe ich auch in den libary Ordner gepackt.
Aber leider weiß ich nicht welche mein Bildschirm für eine Bus Adresse hat bzw. ob ich den richtigen Code habe.
Danke für eure Hilfe
Hello,
My problem is the following: I would like to drive my Arduino Mega 2560 a 20x4 I2C LCD2004 screen.
I have wired it correctly VCC = + GND = - SDA = SDA SCL = SCL
The libary file I also packed into the libary folder.
But unfortunately I do not know what my screen for a bus address has or if I have the correct code.
thanks for your help
Use the hd44780 library which is available through the library manager. It will automatically do the configuration for you.
Don
The i/o class for the hd44780 library is hd44780_I2Cexp.
Run the included diagnostic sketch to test the i2c signals and the LCD connections and memory.
It is called I2CexpDiag.
--- bill