Interfacing LCD with PIC Microcontroller – CCS C
In this tutorial we will see How to interface a 16x2 character LCD Module with PIC 16F877A Microcontroller using CCS C Compiler. 16x2 character LCD is a very commonly used LCD module in electronic projects and products. 16x2 means it can display 2 rows of 16 characters. It is a very basic and low cost module. Its other variants such as 16x1, 20x4 are available in the market. In these displays each character is displayed using 5x8 or 5x10 dot...