A picture of the LED pattern display

LED Pattern
Display

       A device that lights up a series of LEDs in a pattern.

About the Project

This is one of the activities I was tasked to do in the course “Computer Organization (ENCM 369)” at University of Calgary. I used the language C to code the LED pattern. The LED pattern is stored in an array. A for loop is used to iterate over the array with a delay of 1 microsecond per pattern (amount of time for light display). This project makes use of the PICkit microcontroller and MPLAB to run the C code.

LED PATTERN

A pattern for the LEDs

Schematic

A schematic for the LED pattern display

Check out the video below for the project demonstration!