Thanks for Visiting here

16x2 lcd display connect with arduino uno Learn Arduino with Codewithnroy
Hello dosto mera name Nitish roy hai aur mai is Website and apne youtube channe ke madhayam se apko robotic and iot jaise achhe cours sikha raha hu to app mujhe dono jagah follow kar ke sikh sakte hai.
![]() |
16x2 lcd display with arduino |
aj hamlog yah sikhenge ki How to connect 16x2 lcd display with arduino.
ise pahle ki hmlog arduino ke sath connect kare use pahle hmlog yah jan lete hai ki 16x2 lcd display kaisa hota hai aur uske kon sa pin kya kam karta hai.
16x2 lcd display :
![]() |
16x2 kcd display |
16x2 lcd display Wiring
![]() |
16x2 Lcd |
16x2 Lcd | Arduino Uno |
GND | GND |
VCC | 5v |
V0 | Potentiometer |
RS | 13 |
RW | GND |
E | 12 |
DB4 | 4 |
DB5 | 5 |
DB6 | 6 |
DB7 | 7 |
LED+ | 5v |
LED- | GND |
upar ke picture se dekh kar aur table se dekh kar wiring kr leni hai aur fir uske bad coding part me chalte hai.
16x2 lcd display coding with arduino
#include <LiquidCrystal.h>
LiquidCrystal lcd(13,12,4,5,6,7);
void setup()
{
lcd.begin(16,2);
lcd.print("Hello");
}
void loop()
{
lcd.setCursor(0,1);//(C,R);
lcd.print("Welcome"):
}
Thanks😋
Thanks for comment