News

In this presentation, the author will show you how to interface LCD with 8051 MCU. It includes details such as circuit diagram, LCD pin description, etc.
In this tutorial we are going to connect 16X2 LCD module to the 8051 microcontroller (AT89S52). Interfacing LCD with 8051 microcontroller might look quite complex to newbies, but after understanding ...
In this tutorial we are going to interface Graphic LCD with 8051 microcontroller. To show an Image on Graphical LCD, first we need to convert that image into Assembly Code, so that 8051 ...
This repository demonstrates interfacing a 16x2 alphanumeric LCD with the 8051 Microcontroller using Assembly language. The project is designed to show how to send data from the 8051 microcontroller ...
Main objective is to build an 8051 based data acquisition system to interface analog to digital converter (ADC 0808) to read potentiometer based voltage divider and display the value on LCD display ...
This is a simple circuit which shows how to interface 16×2 LCD to PIC18F4550 microcontroller which is of family PIC18F. Interfacing LCD to PIC is not different from interfacing to 8051. The basic ...