Stub for python src & emu.sh

pull/25/head
slush0 9 years ago committed by Pavol Rusnak
parent 2d90abe4bf
commit 7dc716a05a
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -0,0 +1,5 @@
#!/bin/bash
cd `dirname $0`/src
../vendor/micropython/unix/micropython main.py

@ -0,0 +1,7 @@
print("cus")
from TrezorUi import Display
d = Display()
d.bar(0, 0, 240, 240, 0)
while True: pass
Loading…
Cancel
Save