Stub for python src & emu.sh

This commit is contained in:
slush0 2016-03-29 12:41:06 +02:00 committed by Pavol Rusnak
parent 2d90abe4bf
commit 7dc716a05a
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
3 changed files with 12 additions and 0 deletions

5
emu.sh Executable file
View File

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

0
src/boot.py Normal file
View File

7
src/main.py Normal file
View File

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