git clone https://github.com/kezzyhko/led-matrix
cd led-matrix
conda env create
conda activate led-matrix
python ./src/main.py -c example_config.cfg --emulator
git clone https://github.com/kezzyhko/led-matrix
cd led-matrix
pip install -r requirements.txt
python ./src/main.py -c example_config.cfg --emulator
rpi-rgb-led-matrix-scene-composer
I relied on it as a guide in some parts of the code.
Originally made by @fredrikolis. The original repo is gone, but you can find it on PyPI or use a reupload by @krruzic.