Ich möchte gerne 6 Stk LCD am I2c-Bus ansteuern.
Komme aber leider nicht dahinter wie das funktioniert.
Mit 1 Stk LCD klapt´s wunderbar. aber bei mehreren ist die Pcf adresse das problem, da ich die constante nicht verändern kann.
Programmauszug in Bascom
'--------------------------Für I2C LCD -----------------------------------------
Const Pcf8574_lcd = 112 'PCF Adresse für LCD (original Pcf8574_lcd =70)
$lib "Lcd_i2c.lib" 'I2C Treiber für das LCD
Dim _lcd_e As Byte
_lcd_e = 128 'Für LCDs mit 1 Controler
Waitms 300
Config Lcd = 16 * 2
Danke schon mal für Eure Hilfe
feitzi
Lesezeichen