# LEDMatrix A modular LED matrix display system for sports information using Raspberry Pi and RGB LED matrices. ## Hardware Requirements - Raspberry Pi 3 or newer - Adafruit RGB Matrix Bonnet/HAT - LED Matrix panels (64x32) ## Installation 1. Clone this repository: ```bash git clone https://github.com/ChuckBuilds/LEDMatrix.git cd LEDMatrix ``` 2. Install dependencies: ```bash pip3 install --break-system-packages -r requirements.txt ``` --break-system-packages allows us to install without a virtual environment ## Configuration 1. Copy the example configuration: ```bash cp config/config.example.json config/config.json ``` 2. Edit `config/config.json` with your preferences ## API Keys For sensitive settings like API keys: 1. Copy the template: `cp config/config_secrets.template.json config/config_secrets.json` 2. Edit `config/config_secrets.json` with your API keys via `sudo nano config/config_secrets.json` 3. Ctrl + X to exit, Y to overwrite, Enter to save ## Important: Sound Module Configuration 1. Remove unnecessary services that might interfere with the LED matrix: ```bash sudo apt-get remove bluez bluez-firmware pi-bluetooth triggerhappy pigpio ``` 2. Blacklist the sound module: ```bash cat <