This commit is contained in:
Michael Fogleman 2017-01-06 22:59:25 -05:00
parent 09eaa8faa3
commit 2b8fc80f1a
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ from axi import Device, Drawing
import time
def main():
time.sleep(10)
drawing = Drawing([PATH])
drawing = drawing.scale_to_fit(8, 8)
d = Device()