Hi guys,
In here I am going to show you how to works with LCD 16x2 Display with I2C module.
First of all you should know following pins on Arduino UNO.
1. SDA - Serial Data Pin (you can also use A4 - Analog Pin 4)
2. SCL - Serial Clock Pin (you can also use A5 - Analog Pin 5)
and other 2 pin for operate the module
they are VCC and GND.
before, Work with this module you have to find address of I2C module.
So this Project for find the I2C address.
Step to work with I2C....
1. install the liquidCrystal_I2c library form library manager on Arduino IDE
2. Go to files -> Examples -> liquidCrystal_I2c
3. You can find the code in above path
Develop by :- JehanKandy
Comments
Please log in or sign up to comment.