wip
This commit is contained in:
parent
09eaa8faa3
commit
2b8fc80f1a
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue