flags and arguments

This commit is contained in:
waltem01 2023-11-30 15:18:44 +01:00
parent 12beb888f1
commit 243f33f4d5

View File

@ -76,3 +76,13 @@ The script will host a `waitress` webserver on port `8080` of the machine it's r
- y: int - y: int
- w: int - w: int
- h: int - h: int
## Flags and Arguments
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`.
### Example:
```bash
sudo python main.py --led-rows=64 --led-cols=64 --led-slowdown-gpio=5 --led-parallel=3 --led-chain=3 --led-gpio-mapping=regular
```