From 5b6ab9ca9638704af78a3c1820ad224c62729748 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 7 Jun 2016 19:30:37 +0200 Subject: [PATCH] small fixes; res contains just toig/toif files (png are in /assets) --- {src/apps/seed/res => assets}/small-arrow.png | Bin assets/small-arrow.toig | Bin 0 -> 195 bytes extmod/modtrezorui/display.c | 2 +- src/apps/wallet/layout_get_public_key.py | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename {src/apps/seed/res => assets}/small-arrow.png (100%) create mode 100644 assets/small-arrow.toig diff --git a/src/apps/seed/res/small-arrow.png b/assets/small-arrow.png similarity index 100% rename from src/apps/seed/res/small-arrow.png rename to assets/small-arrow.png diff --git a/assets/small-arrow.toig b/assets/small-arrow.toig new file mode 100644 index 0000000000000000000000000000000000000000..7ac29924c539e03d334c259596af58cca2e46678 GIT binary patch literal 195 zcmV;!06hOxPf2GU02u(c00010(7_49KoEuD+0D&dHsDQ#wE#iz9&4}+JFx=WP%8-D z1u2|r)h9TKzt@_}eATbA3(4&?cQ9COrkRio_AZP26{c*1vl zOkUYlZL|afErm0nrO=g2T$bJD@~pTK^pEL~Utqo7s3NXk#b?EtP@YkOeP*U8dafo_ -static int BACKLIGHT = 255; +static int BACKLIGHT = 0; static int ORIENTATION = 0; #if defined STM32_HAL_H diff --git a/src/apps/wallet/layout_get_public_key.py b/src/apps/wallet/layout_get_public_key.py index fcef7e51..86b85cb9 100644 --- a/src/apps/wallet/layout_get_public_key.py +++ b/src/apps/wallet/layout_get_public_key.py @@ -5,7 +5,7 @@ from trezor.workflows.request_pin import request_pin @unimport_gen def layout_get_public_key(message): - ui.clear(); + ui.clear() pin = yield from request_pin() if pin is not None: