Skip to content

adammaly004/Raspberry_led_matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGB LED Matrix control with Raspberry Pi

This project allows you to connect to the led matrix via Raspberry Pi thanks to the Flask server and control it from a computer or mobile phone.

Equipment

Setup Rapberry Pi

sudo apt update
sudo apt install git
curl https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/rgb-matrix.sh >rgb-matrix.sh
sudo bash rgb-matrix.sh

Installation

Ensure you have python 3.6+ installed.

git clone <repo-url>
pip install -r requirements.txt

Running the Server

python main.py

Viewing The App

Go to http://your_ip:your_port

About

My first Rpi Led matrix project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published