small fixes; res contains just toig/toif files (png are in /assets)

This commit is contained in:
Pavol Rusnak 2016-06-07 19:30:37 +02:00
parent 0e8d7a5d6c
commit 5b6ab9ca96
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
4 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
assets/small-arrow.toig Normal file

Binary file not shown.

View File

@ -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

View File

@ -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: