Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 924 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 924 Bytes

LED_Matrix-16x16

A 16x 16 (16 rows and 16 columns) LED_Matrix controlled by Arduino UNO and 4x IC74hc595 shift registers. The main aim of making this project is to make small monitors, which are used in daily life devices, making them more useful, efficient, omnipresent and portable. In this project we are using the LED Matrix as a monitor to display the games that the user will play using the joystick mounted on the project board.

The working of Matrix includes given stages:

  1. When the user turns on the game it asks for which game user wants to play.
  2. Then it starts the game as per the option chosen by the user.
  3. The user starts playing the games.
  4. Then it shows the score of the user, and if the user makes the score more than the highest score then it will update the highest score.