Skip to content

Weather and news display application using hzeller's rpi-rgb-led-matrix

Notifications You must be signed in to change notification settings

suibari/ledmatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

usage

run the following code.

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

mkdir work
cd work
git clone https://github.com/hzeller/rpi-rgb-led-matrix.git
cd rpi-rgb-led-matrix/binding/python

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)

cd ../../../../
sudo python main.py

About

Weather and news display application using hzeller's rpi-rgb-led-matrix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages