The script will host a `waitress` webserver on port `8080` of the machine it's running on.
**Note:** This webserver should _never_ be exposed to the outside of the system it's running on, since it's meant to be combined with the provided `SvelteKit` webserver to serve a GUI. For this reason, please make sure you set up a firewall or other kinds of access rules to **forbid any connections** from outside of this machine (localhost).
### GET Endpoints
-`/clear`: Clear the buffered canvas
-`/update`: Swap buffered canvas on VSync
### POST Endpoints
**Note**: All POST Endpoints require to receive form data to function.
-`/text`: Display text on buffer
- text: string
-`/color`: Specify a color to be used by dispaly methods
You may need to specify all kinds of different flags or arguments to run the matrix correctly. For usage, please refer to any of the scripts, followed by the flag `--help`.