mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-12-26 03:51:45 +00:00
set main README
This commit is contained in:
parent
84d25c9c2d
commit
1bbe1467d6
17
README.md
17
README.md
@ -1,2 +1,17 @@
|
|||||||
## About
|
# 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. The setup instructions for each part are provided within their respective directories.
|
||||||
|
Loading…
Reference in New Issue
Block a user