wip
This commit is contained in:
parent
09eaa8faa3
commit
2b8fc80f1a
|
@ -2,7 +2,6 @@ from axi import Device, Drawing
|
||||||
import time
|
import time
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
time.sleep(10)
|
|
||||||
drawing = Drawing([PATH])
|
drawing = Drawing([PATH])
|
||||||
drawing = drawing.scale_to_fit(8, 8)
|
drawing = drawing.scale_to_fit(8, 8)
|
||||||
d = Device()
|
d = Device()
|
||||||
|
|
Loading…
Reference in New Issue