Created
May 6, 2021 21:03
-
-
Save acwright/8e8f38b47734758b56cfafa3daf62ab4 to your computer and use it in GitHub Desktop.
Matrix Service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Matrix | |
After=multi-user.target | |
[Service] | |
Type=simple | |
ExecStart=/bin/sh -c '/usr/bin/sudo /home/pi/rpi-rgb-led-matrix/utils/led-image-viewer -f -s -w5 /home/pi/images/*.jpeg /home/pi/images/*.jpg /home /home/pi/images/*.png /home/pi/images/*.gif --led-gpio-mapping=adafruit-hat-pwm --led-cols=64 --led-rows=64' | |
User=pi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment