mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
small fixes; res contains just toig/toif files (png are in /assets)
This commit is contained in:
parent
0e8d7a5d6c
commit
5b6ab9ca96
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
BIN
assets/small-arrow.toig
Normal file
BIN
assets/small-arrow.toig
Normal file
Binary file not shown.
@ -15,7 +15,7 @@
|
||||
#include "display.h"
|
||||
#include <string.h>
|
||||
|
||||
static int BACKLIGHT = 255;
|
||||
static int BACKLIGHT = 0;
|
||||
static int ORIENTATION = 0;
|
||||
|
||||
#if defined STM32_HAL_H
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user