8000 GitHub - Gyrson/led-matrix: Code and CAD files for Matrix Dashboard
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Gyrson/led-matrix

 
 

Repository files navigation

matrix-dashboard

Code and CAD Files for Matrix Dashboard

Installation Guide

  • Install DietPi from Homepage

  • Make the installation (As minimal as possible, only activating WLAN and SSH

  • After installing, you can use

  • sudo apt-get update

  • sudo apt install build-essential

  • sudo apt-get install python3-dev python3-pillow -y

  • sudo apt-get install make

  • apt-get install dbus

  • apt-get install python3-pip

  • apt-get install python3-feedparser

  • systemctl enable dbus

  • systemctl start dbus

  • curl -L https://github.com/hzeller/rpi-rgb-l 552D ed-matrix/archive/a3eea997a9254b83ab2de97ae80d83588f696387.zip -o rpi-rgb-led-matrix-a3eea997a9254b83ab2de97ae80d83588f696387.zip

  • unzip -q rpi-rgb-led-matrix-a3eea997a9254b83ab2de97ae80d83588f696387.zip

  • rm rpi-rgb-led-matrix-a3eea997a9254b83ab2de97ae80d83588f696387.zip

  • mv rpi-rgb-led-matrix-a3eea997a9254b83ab2de97ae80d83588f696387 rpi-rgb-led-matrix

  • Edit lib/Makefile (uncomment the Adafruit hat component)

  • make build-python PYTHON=$(command -v python3)

  • sudo make install-python PYTHON=$(command -v python3)

About

Code and CAD files for Matrix Dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.0%
  • Shell 11.0%
0