Go to file
Steve Clement 32870ce0bd - small path change 2015-03-09 19:19:56 +01:00
images
rpi-rgb-led-matrix@7cea167e4d
.gitignore
.gitmodules
LICENSE
README.md
main.py
requirements.txt
testImage.py - small path change 2015-03-09 19:19:56 +01:00

README.md

blinkenPi

Because LEDs are fun.

Initiall this will display the space status on our small jumbotron but will also reflect current space life in the future

Dependencies

sudo apt-get install python-imaging python3-pip python-requests python3-requests
sudo pip-3.2 install pillow

mkdir ~/bin

# Initialize submodules in repo
git submodule update --init
cd rpi-rgb-led-matrix/
make
cp rgbmatrix.so ../
cp led-matrix text-example ~/bin

# testing time
sudo ./minimal-example
sudo ./led-matrix -D 0
sudo python matrixtest.py