Original readme can be found here.
- Configure Raspberry Pi for SSH access
ping raspberrypi.local
to get the local IP address of the Raspberry Pissh [email protected]
- If you get an error similar to
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
just follow the instructions listed - When prompted, enter your Raspberry Pi password, default is
raspberry
- If you get an error similar to
- Install git:
sudo apt install git
- Clone this repo into the Raspberry PI
cd rpi-rgb-led-matrix
- In the root directory above build for Python 3:
sudo apt-get update && sudo apt-get install python3-dev python3-pillow -y
make build-python PYTHON=$(command -v python3)
sudo make install-python PYTHON=$(command -v python3)
- Ensure the Raspberry Pi's sound is disbaled:
- From the Pi's root directory,
sudo nano /boot/config.txt
- Ensure
dtparam=audio=off
- From the Pi's root directory,
- From the
rpi-rgb-led-matrix
navigate tocd bindings/python/samples
- Run
sudo python harry.py
to start the LED sign