1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-09 23:11:10 +00:00

feat(lincoln): icon set

This commit is contained in:
obrusvit 2024-12-23 14:45:25 +01:00
parent 631b3f019b
commit 0d3090bb71
19 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B

View File

@ -40,6 +40,15 @@ pub const FATAL_ERROR_HIGHLIGHT_COLOR: Color = Color::rgb(0xFF, 0x41, 0x41);
// UI icons (white color).
// TODO: icons
include_icon!(ICON_ASTERISK, "model_lincoln/res/asterisk20.toif");
include_icon!(ICON_CHECKMARK, "model_lincoln/res/checkmark24.toif");
include_icon!(ICON_CHEVRON_DOWN, "model_lincoln/res/chevron_down24.toif");
include_icon!(ICON_CHEVRON_LEFT, "model_lincoln/res/chevron_left24.toif");
include_icon!(ICON_CHEVRON_RIGHT, "model_lincoln/res/chevron_right24.toif");
include_icon!(ICON_CHEVRON_UP, "model_lincoln/res/chevron_up24.toif");
include_icon!(ICON_CROSS, "model_lincoln/res/cross24.toif");
include_icon!(ICON_DELETE, "model_lincoln/res/delete28.toif");
include_icon!(ICON_SPECIAL_CHARS, "model_lincoln/res/special_chars_group.toif");
// Welcome screen.
include_icon!(ICON_LOGO, "model_lincoln/res/lock_full.toif");