{jcomments on}Ved å bruke interfacekretsen IIC/I2C/TWI/SPI Serial Interface Board Module Port for Arduino 1602LCD Display der alle koblingspunktene på TFT-displayet kan kobles direkte til denne interface-enhent. Da kan kommunikasjonen med TFT-displayet bli enklere med burk av I2C-bus,både med hensyn til hardware og software.
SCL kobles til A4, SDA kobles til A5, Vcc til 5v Gnd til 0V
Eksempel på testskisse: (Erstatt [ og ] med < og > i #include-linjene)
/** // Set the LCD address to 0x27 for a 16 chars and 2 line display void setup() void loop() // Write all characters received with the serial port to the LCD. |