Go to file
Gunstick 9bece3e51b
Update README.md
2020-01-28 22:58:33 +01:00
bin - added bins 2016-06-11 19:46:52 +02:00
images - open closed 2016-06-12 17:20:46 +02:00
rpi-rgb-led-matrix@7cea167e4d - Added submodule for Matrix HAT by adafruit 2015-03-01 17:35:35 +01:00
.gitignore - indentation update, encoding FU 2016-06-11 19:47:46 +02:00
.gitmodules - indentation update, encoding FU 2016-06-11 19:47:46 +02:00
LICENSE - Added .gitignore for python, OSX, Linux 2015-03-01 17:42:39 +01:00
README.md Update README.md 2020-01-28 22:58:33 +01:00
jsonTest.py - Typo 2016-06-11 21:39:51 +02:00
main.py - subprocess 2016-06-12 21:20:43 +02:00
requirements.txt - Added .gitignore for python, OSX, Linux 2015-03-01 17:42:39 +01:00
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
# the current way to start the script is:
# /etc/rc.local running directly lcd.sh as root
# lcd.sh starts the matrix display in an endless loop
# future: run lcd.sh earlier in boot process instead of at the end