66.6k views
2 votes
I need a codes for these tasks

Credit: Using a dip switch, create a solution to display the following characters on the 8×8 LED matrix. Make a proper connection for 8×8 LED Matrix with resistors to the micricontroller. The LED matrix have to be constructed manually by using 64 units of LED as 8×8 LED Matrix.
characters to be displayed 0,1,2,3,4,5,6,7,8,9,A,B,C,D,F.
Distinction: Continuing from Credit Task for designing LED matrix with a new feature. Use a pushbutton, when it is pressed, the character will move from left to right.
High Distinction: Continue from Distinction Task for designing LED matrix with additional feature to be added with the same pushbutton to change up to 2 modes for speed of the moving character including slow, medium and fast.

User Beyerss
by
7.5k points

1 Answer

4 votes

Final answer:

The student is asked to create an 8x8 LED matrix displaying characters 0-9 and A-F, add a pushbutton to move characters across the display, and implement variable speed control for the moving characters.

Step-by-step explanation:

A student needs codes and hardware setup details for displaying characters on a manually constructed 8×8 LED matrix controlled by a microcontroller. The Credit task involves creating a circuit with a dip switch to display characters 0-9 and A-F. Including resistors in the design is also necessary to ensure proper current flow to the LEDs. For the Distinction task, a pushbutton must be included to generate a feature allowing the character to move from left to right across the matrix. Finally, for the High Distinction task, the same pushbutton should allow for changing the speed of the moving character, with slow, medium, and fast options available.

User Andrey D
by
8.1k points