https://github.com/zarox28/arduino-7-segment
Simple 7-segment Lego display
https://github.com/zarox28/arduino-7-segment
7segment arduino lego
Last synced: about 1 month ago
JSON representation
Simple 7-segment Lego display
- Host: GitHub
- URL: https://github.com/zarox28/arduino-7-segment
- Owner: Zarox28
- License: agpl-3.0
- Created: 2023-10-31T18:42:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T12:56:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T19:23:25.420Z (over 1 year ago)
- Topics: 7segment, arduino, lego
- Language: C++
- Homepage:
- Size: 27.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Arduino - 7-Segment
> Version: **1.0.2**
---
## Table of Contents
- [About](#about)
- [Components](#components)
- [Schematic](#schematic)
- [Images](#images)
- [Installation](#installation)
- [Usage](#usage)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [License](#license)
- [Authors](#authors)
## About
This is a simple Lego 7-segment display made with Arduino.
> **Note:** This project can be used for any project that uses a 7-segment display.
## Components
- 1x Arduino Uno
- 1x 4x4 Keypad
- 1x Buzzer
- 25x Leds
- 5x 100 Ohm Resistors
- Some wires
## Schematic

## Images
## Installation
1. Clone the repository
2. Open the `7-segment.ino` file with the Arduino IDE
3. Upload the code to the Arduino Uno
## Usage
1. Connect the Arduino Uno to the computer
2. Press the `*` key to start the counter
3. Press the `#` key to start the reverse counter
4. Press another key to display corresponding number or letter
## Changelog
See [CHANGELOG](CHANGELOG.md) for changes
## Contributing
Contributing is disabled for this repository
## License
This project is licensed under the AGPL v3 License - see the [LICENSE](LICENSE.md) file for details
## Authors
- **[@Zarox28](https://github.com/Zarox28)**