Go to file
2024-03-08 11:23:40 +01:00
API implement draw line endpoint and method 2024-03-08 11:23:40 +01:00
Webserver remove unused assertion 2024-03-08 10:33:44 +01:00
.gitignore better git management 2023-11-23 14:23:41 +01:00
README.md linking subdirectories 2024-02-12 11:57:06 +01:00

RPI RGB LED Matrix

Description

This project is a two-part software solution designed to drive LED matrices. It leverages a specific library, which is originally designed for controlling LED matrices. The project adds an additional layer of abstraction to this library, making it more accessible and easier to use.

REST API

The first part of the project is a REST API, written in Python. This API interacts with the aforementioned library, providing access to its basic functions as well as more complex commands derived from them.

Webserver

The second part of the project is a webserver. This server interacts with the REST API, using its commands to execute actions in the form of sub-programs.

Project Structure

The project is divided into two main directories, each containing the necessary files for the REST API and the webserver respectively. You might've noticed the links to these directories whenever they were mentioned. The setup instructions for each part are provided within their respective directories.