lcd i2c module with arduino
Hello guys today lets interface i2c lcd to arduino. It is vary easy to use i2c lcd module with arduino. you just need to connect only 4 wire in stand of tons of wire from lcd to arduino. here is circuit diagram I2C LCD PIN ARDUINO PIN vcc --- 5v GND --- GND SDA --- A4 SCL --- A5 and it is done now what you need just download i2c lcd library and insert library to arduino download library from hare here is the code for printing anything on display ....... --------------------------------------...