Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 934 Bytes

File metadata and controls

27 lines (16 loc) · 934 Bytes

LCD Interfacing with PIC Microcontroller

This project involves interfacing a 16x2 LCD with a PIC18F452 microcontroller using assembly. It covers the basics of initializing the LCD, sending data, and controlling display settings. The provided assembly code is well-commented to help you understand the interfacing process.

Demo

lcd_demo.mp4

Proteus Simulation

lcd_interfacing.mp4

Hardware Requirements

  • PIC Microcontroller (PIC18F452)
  • 16x2 LCD Display
  • Breadboard and connecting wires
  • Power supply (5V)
  • Potentiometer (for LCD contrast adjustment)
  • Crystal oscillator (4MHz)

References