Summary of How to connect two 16×2 LCD together with arduino
This article details a unique project connecting two 16x2 LCD displays to a single Arduino Nano. The setup allows text scrolling from one screen to the other, utilizing 24 total pins for data transfer and control across both displays.
Parts used in the Two 16x2 LCD with Arduino Project:
- Arduino Nano
- Two 16*2 LCD displays
In this, I will tell you how to connect two 16*2 LCDs together with a single Arduino. This is a very unique project. you can’t find this anywhere.

Description
Introduction
In this project, I will tell you that how to connect two LCDs together with the help of Arduino only. When I was starting this project, I had to face many difficulties in making this project, I will share how you can make this project easily without any difficulty. I searched a lot about this project on the internet but I could not find any help related to it.
About Device
When you connect the two LCDs together with the help of Arduino then the text which will be finished from the one LCD will be automatically transferred to another LCD, I had a lot of trouble in doing this type of Arduino coding. The total number of Pins connected with 16 * 2 LCD display and Arduino Nano is 12. So when we connect two 16*2 LCD displays with Arduino Nano total number of pins will be 24. In 16*2 LCD display 6 pins are used for data transfer. In this, I only connected 14 pins of LCD with Arduino Nano in which 12 pins are used for data transfer and 2 pins for others.
Demo video
Please watch the complete video and know how it works.
And like, share, comment on this video if you are new subscribe to our YouTube channel and follow on Arduino ProjectHub.
Project Images

Source: How to connect two 16×2 LCD together with arduino
- How many pins are connected between one 16*2 LCD and the Arduino Nano?
Six pins are used for data transfer, and two are used for others, totaling eight pins per display. - What is the total number of pins when connecting two 16*2 LCDs to an Arduino Nano?
The total number of pins connected will be 24. - Can text automatically transfer from one LCD to another in this project?
Yes, the text finished on one LCD is automatically transferred to the second LCD. - How many pins are used for data transfer in a single 16*2 LCD display?
Six pins are used specifically for data transfer. - What device is used as the controller in this project?
An Arduino Nano is used to connect and control the two LCD displays. - Why was this project considered difficult to start?
The author faced difficulties finding help online and struggled with the specific Arduino coding required. - How many pins are used for non-data functions in each LCD connection?
Two pins are used for purposes other than data transfer. - Is there a video demonstration available for this project?
Yes, a demo video is provided via a YouTube link showing how the system works.
