# LEDSportsMatrix 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/yourusername/LEDSportsMatrix.git cd LEDSportsMatrix ``` 2. Install dependencies: ```bash pip3 install -r requirements.txt ``` ## Configuration 1. Copy the example configuration: ```bash cp config/config.example.json config/config.json ``` 2. Edit `config/config.json` with your preferences ## 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 <