Skip to content

kezzyhko/led-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LED matrix

Quick start

Conda

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 --debug

Python

git clone https://github.com/kezzyhko/led-matrix
cd led-matrix
pip install -r requirements.txt
python .\src\main.py -c example_config.cfg --debug

Honorable mentions

  • 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.

About

Toying with "iPixel Color" LED matrix for fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages