The code can only work for digits/patterns till 40. Only digits till 25 are Optimized, if the user wants to insert more digits or patterns he can design from the follow website and insert the hex code https://xantorohara.github.io/led-matrix-editor/
Welcome to the 8x8 Matrix LED Counter with Push Button Control project. This repository contains the source code and documentation for creating a simple counter using an 8x8 LED matrix display that you can control with a push button. The counter increments and resets with the push of a button, making it a fun and educational project for both beginners and enthusiasts.
- Displays a counting sequence on an 8x8 LED matrix.
- Control the count using a push button.
- Increment the count by pressing the push button.
To build this project, you will need the following hardware components:
- 1 x 8x8 LED Matrix Display
- 1 x Arduino
- 1 x Push Button
- 1 x Resistor
- Jumper wires
- Breadboard
Make sure to connect the components as described in the circuit diagram section.
To program the microcontroller and upload the code, you'll need:
- Arduino IDE or a compatible IDE.
- Appropriate drivers for your microcontroller, if required.