- subprocess
parent
b099f6860c
commit
66effa5520
4
main.py
4
main.py
|
@ -21,6 +21,10 @@ from rgbmatrix import Adafruit_RGBmatrix
|
||||||
import requests
|
import requests
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
import subprocess
|
||||||
|
|
||||||
|
# subprocess.call('ls', '-l')
|
||||||
|
|
||||||
# Rows and chain length are both required parameters:
|
# Rows and chain length are both required parameters:
|
||||||
matrix = Adafruit_RGBmatrix(32, 3)
|
matrix = Adafruit_RGBmatrix(32, 3)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue