Event loop moved to loop.py

Removed unused layout demo
This commit is contained in:
slush0 2016-04-28 04:57:08 +02:00 committed by Pavol Rusnak
parent afb4bb7d76
commit a102888233
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
3 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
from trezor import ui
def show_send(address, amount, currency='BTC'):
ui.display.bar(0, 0, 240, 40, ui.GREEN)
ui.display.bar(0, 40, 240, 200, ui.WHITE)
ui.display.text(10, 28, 'Sending', ui.BOLD, ui.WHITE, ui.GREEN)
ui.display.text(10, 80, '%f %s' % (amount, currency), ui.BOLD, ui.BLACK, ui.WHITE)
ui.display.text(10, 110, 'to this address:', ui.NORMAL, ui.BLACK, ui.WHITE)
ui.display.text(10, 140, address[:18], ui.MONO, ui.BLACK, ui.WHITE)
ui.display.text(10, 160, address[18:], ui.MONO, ui.BLACK, ui.WHITE)

BIN
src/playground/trezor.toig Normal file

Binary file not shown.