mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-05 14:59:44 +00:00
Event loop moved to loop.py
Removed unused layout demo
This commit is contained in:
parent
afb4bb7d76
commit
a102888233
@ -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
BIN
src/playground/trezor.toig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user