Arduino LCD Tutorial | How To Control An LCD

preview_player
Показать описание


Parts list (check website article for full list, affiliate links):

In this Arduino LCD Tutorial we will learn how to connect an LCD (Liquid Crystal Display) to the Arduino board. LCDs like these are very popular and broadly used in electronics projects as they are good for displaying information like sensors data from your project, and also they are very cheap.

Like my page on Facebook:

Add me on Google+:

Circuit schematics made in: Fritzing
Рекомендации по теме
Комментарии
Автор

Unlike the other endless videos, you summed it up in a concise manner. Thank you!

MikesPikes
Автор

Thanks Dejan for this tutorial! It is one of the best LCD tutorials out there, really well structured and produced with a high quality!

malte-j
Автор

This tutorial is brilliant stuff. The LCD was shining too bright, since I used a voltage divider in a 50 : 50 ratio instead of a pot. Made it right changing the ratio to with a 10K : 0.5 K divider.

samiranjoseph
Автор

Wonderful. A clear and straight forward explanation with no obfuscation. Very well done.

garykahne
Автор

If your panel produces a random sign instead of clearing the panel try switching the first two pins (currently on 1 and 2) to other pins (I used 8 and )
It will work :)

Btw dont forget to also change the pins when you initialize the panel

laszlomattern
Автор

Thank's, you explained it Crystal Clear

kosovarepublik
Автор

wow thanks a lot. This tutorial is better than my Arudino textbook haha

daesoolee
Автор

Thank you for your tutorial.we were working LCD with arduino for a week searching YouTube none of them worked.once again thanks a lottt.. Feeling happy....😍😍😍😍

mohamedtawfeeq
Автор

Got strange chars when I started combining it with a joystick for example. As soon as you need serial communication you might need to shift digital pins usage to avoid usage of pin 1. 0 and 1 pins are used for serial communication on this device and trigger strange chars on display. On the Uno start using pins 2, 3 instead and all works fine :P

jochengerardi
Автор

You may have just saved my chances of getting a degree! Thank you so much for the perfect explanation!!

sparkyp
Автор

I made it to nano, worked on 4 days - play video again & again ... thank you so muchhhh

javasyndicate
Автор

Note that using digital pin 1 on some boards, Arduino Uno to name one, may interfere with the Serial Port. Better use digital pin 3.

blkr
Автор

My arduino was shutting of every time i connected the potentiometer to gnd but when I connected the potentiometer to 3.5v instead of 5v it worked! Thank you so much

sanjansen
Автор

PIN 1 》GROUND
PIN 2 》POSITIVE
PIN 3 》10K POT
PIN 4 》A12
PIN 5 》GROUND
PIN 6 》A11

PIN 11 》A5
PIN 12 》A4
PIN 13 》A3
PIN 14 》A2
PIN 15 》220 Ω
PIN 16 》GROUND

CircuitCreator
Автор

helped me a lot. I understood it clearly. could use it to read my joystick X, Y value.

am
Автор

Again a brilliantly explained tutorial. Clear step by step explanation. Thank you!

northshorepx
Автор

Thank you! mine didn't work for the first time, but then I checked the wiring and it worked.

am-
Автор

Your LCD program worked well Thank you, I searched for a long time. I used to program with Basic, this is Pseudo Basic. Some commands and functions are known to me and hidden. Thanks again!

joachimkessler
Автор

You made it so simple and easy to do that even I can understand ! Thanks!

Obamjur
Автор

An EXCELLENT TUTORIAL!!! Much better than the LCD Project in the official book!!

jayoli