mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 03:50:58 +00:00
Stub for python src & emu.sh
This commit is contained in:
parent
2d90abe4bf
commit
7dc716a05a
5
emu.sh
Executable file
5
emu.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd `dirname $0`/src
|
||||
|
||||
../vendor/micropython/unix/micropython main.py
|
0
src/boot.py
Normal file
0
src/boot.py
Normal file
7
src/main.py
Normal file
7
src/main.py
Normal file
@ -0,0 +1,7 @@
|
||||
print("cus")
|
||||
|
||||
from TrezorUi import Display
|
||||
|
||||
d = Display()
|
||||
d.bar(0, 0, 240, 240, 0)
|
||||
while True: pass
|
Loading…
Reference in New Issue
Block a user