LiquidCrystal_I2C_ArduinoLibrary

Full working library for LiquidCrystal Display connection with I2C bus for arduino boards

View on GitHub

LiquidCrystal_I2C_ArduinoLibrary

ESP-8266 LCD-Liquid Crystal Display alternative library using I2C bus as connection

<img src="Images/IMG_20200323_133033.jpg" alt="Application Interface" width=auto height=550px hspace="20"/>



<hr>

Installation

Create a new folder called “LiquidCrystal_I2C” under the folder named “libraries” in your Arduino sketchbook folder. Place all the files in the “LiquidCrystal_I2C” folder. Or use the import library option available in the Arduino IDE. Download all the files individually or download .zip file.

Usage

1) To use the library in your own sketch, select it from Sketch > Import Library.
2) Use the Appropriate Code along with the inbuilt library functions to write a program to suit your need.
3) Mount the I2C Converter(shown below) on the LCD Display and upload the code.

<img src="Images/IMG_20200323_125949.jpg" alt="Application Interface" width=auto height=550px hspace="20"/> <img src="Images/IMG_20200323_125927.jpg" alt="Application Interface" width=auto height=550px hspace="20"/>