Python RGB Matrix games and animations https://www.xythobuz.de/ledmatrix_v2.html
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

led.service 214B

12345678910111213
  1. [Unit]
  2. Description=RGB LED Matrix
  3. After=multi-user.target
  4. [Service]
  5. Type=idle
  6. User=root
  7. ExecStart=/home/thomas/rgb-matrix-visualizer/livingroom.py
  8. Restart=always
  9. RestartSec=5
  10. [Install]
  11. WantedBy=multi-user.target