Added aus.py
This commit is contained in:
parent
6503863333
commit
60fcbbc7cd
1 changed files with 20 additions and 0 deletions
20
host/aus.py
Executable file
20
host/aus.py
Executable file
|
|
@ -0,0 +1,20 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
from socketserver import *
|
||||||
|
import socket
|
||||||
|
import struct
|
||||||
|
import zlib
|
||||||
|
from time import time, strftime, sleep
|
||||||
|
from collections import namedtuple, deque
|
||||||
|
import itertools
|
||||||
|
import threading
|
||||||
|
import random
|
||||||
|
import os
|
||||||
|
|
||||||
|
from ctypes import *
|
||||||
|
|
||||||
|
from matelight import sendframe, DISPLAY_WIDTH, DISPLAY_HEIGHT, FRAME_SIZE
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
sendframe(bytes([0, 0, 0]*FRAME_SIZE))
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue