Tiva C Projects: Interfacing LCD With Tiva C

by EslamG11 in Circuits > Microcontrollers

3019 Views, 0 Favorites, 0 Comments

Tiva C Projects: Interfacing LCD With Tiva C

FYF2XJ7KX39FJBU.jpeg

How to interface an LCD with Tiva C

Let`s do it

Watch the Video

Tiva C Projects: Interfacing an LCD with Tiva C LaunchPad

Hardware Components

13995348110_2.jpg
FYF2XJ7KX39FJBU.jpeg
  • Tiva C LaunchPad (TM4C123)
  • 16x2 LCD Display
  • 1x1K Potentiometer
  • 5v Power Supply
  • Jumpers
  • Breadboard

Schematic of the Circuit

LCD.jpg

Let`s Write the Code

Downloads

Notes

  • volatile keyword should be included in your code with variable value can be changed any time such as the counter of for loop
  • 5v Power supply is important for LCD display (without it, your LCD does not work correctly)
  • Adjust the potentiometer if LCD does not display any data.