1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-19 13:08:14 +00:00

feat(eckhart): add bootloader specific icons

[no changelog]
This commit is contained in:
obrusvit 2025-07-10 15:37:33 +02:00 committed by Vít Obrusník
parent e2cade035c
commit db706eeaae
5 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -1,6 +1,7 @@
use crate::ui::{
component::{text::TextStyle, LineBreaking::BreakWordsNoHyphen},
display::Color,
util::include_icon,
};
use super::{
@ -17,6 +18,13 @@ pub const BLD_FG: Color = WHITE;
pub const WELCOME_COLOR: Color = BLACK;
// UI icons specific to bootloader (white color)
include_icon!(ICON_SEVEN, "layout_eckhart/res/bootloader/7.toif");
include_icon!(
ICON_QR_TREZOR_IO_START,
"layout_eckhart/res/bootloader/QRCode.toif"
);
pub fn button_confirm() -> ButtonStyleSheet {
ButtonStyleSheet {
normal: &ButtonStyle {