Youtube video
Things you need

Liquid crystal 2*16 lcd

Arduino UNO

Breadboard

Breadboard Wires

220ohm resistor
How to build

Let's Code
First we need to setup the lcd
we use |LiquidCrystal lcd(rs, en, d4, d5, d6, d7); | to set the lcd pins
| lcd.begin(cols, rows) | specifies the dimensions (width and height) of the display. begin()
needs to be called before any other LCD library commands.
| lcd.write(data) or lcd.print(data) | write something on LCD
| lcd.scrollDisplayLeft() | Scrolls the contents of the lcd to the left.
| lcd.scrollDisplayRight() | Scrolls the contents of the lcd to the Right.
| lcd.setCursor(col, row) | to set the position of the writer
Hey! Do you use Twitter? I’d like to follow you if that would be okay. I’m definitely enjoying your blog and look forward to new updates.
We do its name is Hightechrobo
we also have other social medias https://hightechrobo.com/social_media/