Inspiration

I have always heard about 8051 assembly language so I thought of trying to display "Hello World" on a 2x16 LCD display using MCU 8051 IDE.

What it does

The cursor starts from the first position of the LCD display and it starts printing "HELLO WORLD" on the LCD.

How I built it

Used 8051-microcontroller assembly language program and simulated it using the MCU 8051 IDE on Windows to print "HELLO WORLD" on the LCD display. More details are available in the GitHub repo I have linked. The code has comments!

Built With

  • 8051
  • ide
  • mcu
Share this project:

Updates