add 'axi draw' command
This commit is contained in:
parent
e0b0dc696f
commit
e127581327
|
@ -32,6 +32,8 @@ def main():
|
||||||
elif command == 'goto':
|
elif command == 'goto':
|
||||||
x, y = map(float, args)
|
x, y = map(float, args)
|
||||||
device.goto(x, y)
|
device.goto(x, y)
|
||||||
|
elif command == 'draw':
|
||||||
|
axi.draw(args[0])
|
||||||
else:
|
else:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue