- subprocess

master
Steve Clement 2016-06-12 21:20:43 +02:00
parent b099f6860c
commit 66effa5520
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ from rgbmatrix import Adafruit_RGBmatrix
import requests
import json
import subprocess
# subprocess.call('ls', '-l')
# Rows and chain length are both required parameters:
matrix = Adafruit_RGBmatrix(32, 3)