LCD 16×2 is an electronic device that is used to display data and messages. As the name suggests, it includes 16 Columns & 2 Rows so it can display 32 characters (16×2=32) in total & every character will be made with 5×8 (40) Pixel Dots. So the total pixels within this LCD can be calculated as 32 x 40 otherwise 1280 pixels. It is very useful in circuit specific circuit designs or projects where the data needs to be visible on the screen. Without having to use a monitor, it can show the required data on its display accordingly.
Components
A LCD display module has 16 pins:-
1. GND (the ground pin)
2. VCC (connected to 5v pin)
3. Vo (for attaching potentiometer)
4. RS (used for selecting if either commands or data is being sent)
5. R/W (toggle between read and write)
6. E (enable pin)
7-14 D0-D7 (data pins)
15. Anode
16. Cathode
How to use
Full Tutorial –
https://lastminuteengineers.com/arduino-1602-character-lcd-tutorial/
Common Applications
1. For showing sensor data, for example, it’s used to show the weather characteristics by using temperature and humidity sensors.
2. As a common display interface in complex devices.
Some example projects that students can try out in the ATL Lab
Display text on a LCD ( )
Ahttps://www.arduino.cc/en/Tutorial/LibraryExamples/HelloWorld
Safety Measures to follow
1. Do not drop, bend or twist the LCD
2. Do not make extra holes on the printed PCB or modify its shape.
Important Links
Connect LCD to arduino boards (https://youtu.be/dZZynJLmTn8)
YouTube Video