Update README.md

master
Gunstick 2020-01-28 22:47:59 +01:00 committed by GitHub
parent 66effa5520
commit e9fba1a0fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -27,3 +27,10 @@ sudo ./led-matrix -D 0
sudo python matrixtest.py
```
```
# the current convoluted way to start the script is:
# crontab starts ~/bin/tm.sh with a @reboot entry
# tm.sh starts tmux
# tmux starts ~/bin/lcd.sh as root
# lcd.sh starts the matrix display in an endless loop
```