jtschoonhoven / ledmatrix

Python library for driving LED displays from a Raspberry Pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ledmatrix

Python library for driving LED displays from a Raspberry Pi.

Prototype in terminal...

cli

...then run on Neopixel!

irl

# clone library
git clone https://github.com/jtschoonhoven/ledmatrix.git
cd ledmatrix

# install linux dependencies
sudo apt-get install libjpeg-dev zlib1g-dev

# install python dependencies (sudo is required on RPI)
sudo pip3 install -r requirements.txt

# run
sudo python3 -m ledmatrix.animations.game_of_life --rows 10 --cols 10

About

Python library for driving LED displays from a Raspberry Pi.

License:MIT License


Languages

Language:Python 100.0%