Initial commit

This commit is contained in:
Joan
2025-12-31 11:42:15 +01:00
parent 88d2bce132
commit 04cd96b1af
11 changed files with 638 additions and 0 deletions

17
matrix64.service Normal file
View File

@@ -0,0 +1,17 @@
[Unit]
Description=Matrix64 LED Display
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=root
WorkingDirectory=/opt/matrix64
ExecStart=/usr/bin/python3 /opt/matrix64/matrix.py --led-rows=64 --led-cols=64
Restart=always
RestartSec=10
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target