Join Zahraa Khalil for an in-depth discussion in this video The LCD interface, part of Learning Arduino: Interfacing with Hardware.
- [Narrator] Now let's take a look at how to interface the…16x2 LCD with Arduino board.…So as mentioned previously,…the HD controller chip uses a series of 16 interface pins.…Now, let's take a closer look at each of the pins.…The first two pins are VSS, which is the ground,…you need to connect this to Arduino,…in order to keep a common ground.…The second pin is VDD, which is the source power.…And you are going to connect it,…to the five volt Arduino board.…
So pin one and pin two are the power supply pins.…Pin three is the Display Contrast pin.…You are going to connect it to a potentiometer.…This pin,…is used for controlling the brightness of the screen.…This is accomplished by adjusting the power supply voltage…to the LCD.…Pin four, which is RS, that refers to Register Select pin.…This controls where in the the LCD memory…you're writing the data to.…
And we have two modes for it, Low and High.…So for this specific LCD,…we send a single Low to send commands and instruction,…and High, to send data.…Pin five is Read and Write.…
Author
Released
8/17/2018- Interfacing with an LCD screen
- Wiring and coding the LCD interface
- Displaying random numbers on the LCD
- Interfacing with a seven-segment LED component
- Cycling through LEDs
- Using a shift register to interface with a seven-segment LED
- Interfacing with a keypad
- Combining the LCD, keypad, and LED
Skill Level Intermediate
Duration
Views
Related Courses
-
Learning Arduino: The Basics
with Peggy Fisher1h 54m Beginner -
Learning Arduino: Pulse Width Modulation
with Rae Hoyt1h 16m Intermediate -
IoT Foundations: Device Management
with Ryan Hu2h 11m Intermediate -
IoT Foundations: Fundamentals
with Bruce Sinclair38m 9s Intermediate
-
Introduction
-
The devices used38s
-
1. Interface with an LCD
-
The LCD interface2m 44s
-
Wire up the LCD5m 6s
-
Coding the LCD interface4m 31s
-
2. Interface with a 7-Segment LED Directly
-
The 7-segment LED component1m 24s
-
7-segment LED display types1m 42s
-
Wiring up the 7-segment LED4m 50s
-
3. Interface with a 7-Segment LED Using a Shift Register
-
Wire up the 7-segment LED2m 18s
-
The shiftOut command3m 21s
-
4. Interface with a Keypad
-
Wiring up the keypad1m 57s
-
Setup the keypad library2m 10s
-
HelloKeypad4m 41s
-
Conclusion
-
Next steps24s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: The LCD interface