mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-12-25 03:31:44 +00:00
flags and arguments
This commit is contained in:
parent
12beb888f1
commit
243f33f4d5
@ -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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user