improve code
This commit is contained in:
@@ -2,14 +2,23 @@
|
||||
|
||||
Scoreboard script for showing active sports I like.
|
||||
|
||||
# Setup
|
||||
## Equipment
|
||||
|
||||
Must have _rpi-rgb-led-matrix_ setup prior to use & installed via pip. Run `python download_logos.py` to download logos to reflect, also configure the values in the ENV example.
|
||||
I have a small setup to make this work, all specs found below
|
||||
|
||||
# Running
|
||||
- [Raspberry Pi 4, 2GB](https://www.amazon.com/dp/B07TYK4RL8?ref=ppx_yo2ov_dt_b_fed_asin_title)
|
||||
- [4x waveshare P2.5 64x32 LED panels](https://www.amazon.com/dp/B0BRBGHFKQ?ref=ppx_yo2ov_dt_b_fed_asin_title)
|
||||
- [MEAN WELL LRS-100-5 5v PSU](https://www.amazon.com/dp/B07DKCMJN9?ref=ppx_yo2ov_dt_b_fed_asin_title)
|
||||
- [Adafruit Triple LED Matrix HUB75 Bonnet](https://www.adafruit.com/product/6358)
|
||||
|
||||
Just run
|
||||
## Setup
|
||||
|
||||
```bash
|
||||
python scoreboard.py
|
||||
```
|
||||
- Install Python, Python build tools & build rpi-rgb-led-matrix [from source](https://github.com/hzeller/rpi-rgb-led-matrix) or install it via pip
|
||||
- Clone this repository
|
||||
- Install requirements using `pip install -r requirements.txt`
|
||||
- Download logos using the `download_logos.py` Python script
|
||||
- Run `scoreboard.py` Python script
|
||||
|
||||
## Govee Lighting
|
||||
|
||||
If you have Govee lighting you want to setup for celebrations, create a `.env` file and complete the arguments in the template file.
|
||||
|
||||
Reference in New Issue
Block a user