Interfacing LCD With Arduino Nano Board
Interfacing LCD With Arduino Nano Board
In 16×2 LCD there are 16 pins over all if there is a back light, if there is no back light
there will be 14 pins. One can power or leave the back light pins. Now in the 14 pins
there are 8 data pins (7-14 or D0-D7), 2 power supply pins (1&2 or VSS&VDD or
GND&+5v), 3rd pin for contrast control (VEE-controls how thick the characters
should be shown), and 3 control pins (RS&RW&E).
Component Required:
Arduino Nano × 1
16×2 LCD × 1
Potentiometer × 1
Jumper Wires × 1
Breadboard × 1
Connection required:
Arduino Sketch
#include <LiquidCrystal.h>
void loop() {
}
Result:
After uploading the Arduino code LCD display will start showing the characters as
shown in below figure:
https://create.arduino.cc/projecthub/Shubham_Desai/interface-lcd-display-i2c-module-with-arduino-
uno-e68a9e