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 00000000..7ac29924 Binary files /dev/null and b/assets/small-arrow.toig differ diff --git a/extmod/modtrezorui/display.c b/extmod/modtrezorui/display.c index 1747aefa..2a620e31 100644 --- a/extmod/modtrezorui/display.c +++ b/extmod/modtrezorui/display.c @@ -15,7 +15,7 @@ #include "display.h" #include -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: