This document describes a lab experiment to implement a sign board using an 8x8 dot matrix LED display controlled by an 8051 microcontroller. The objectives are to design the hardware interface between the display and microcontroller, develop the software using C language, and simulate and verify the program. An 8x8 dot matrix LED, 74HC595 shift register, and 8051 microcontroller are used in the hardware design to drive the display using few I/O pins. The C code controls the shift register to display characters, numbers, and a scrolling clock on the LED matrix. The hardware and software designs are simulated and the objectives are achieved, though only one LED matrix was used due to time and cost constraints.