mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-20 05:28:14 +00:00
feat(eckhart): add bootloader specific icons
[no changelog]
This commit is contained in:
parent
e2cade035c
commit
db706eeaae
BIN
core/embed/rust/src/ui/layout_eckhart/res/bootloader/7.png
Normal file
BIN
core/embed/rust/src/ui/layout_eckhart/res/bootloader/7.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 295 B |
BIN
core/embed/rust/src/ui/layout_eckhart/res/bootloader/7.toif
Normal file
BIN
core/embed/rust/src/ui/layout_eckhart/res/bootloader/7.toif
Normal file
Binary file not shown.
BIN
core/embed/rust/src/ui/layout_eckhart/res/bootloader/QRCode.png
Normal file
BIN
core/embed/rust/src/ui/layout_eckhart/res/bootloader/QRCode.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
BIN
core/embed/rust/src/ui/layout_eckhart/res/bootloader/QRCode.toif
Normal file
BIN
core/embed/rust/src/ui/layout_eckhart/res/bootloader/QRCode.toif
Normal file
Binary file not shown.
@ -1,6 +1,7 @@
|
|||||||
use crate::ui::{
|
use crate::ui::{
|
||||||
component::{text::TextStyle, LineBreaking::BreakWordsNoHyphen},
|
component::{text::TextStyle, LineBreaking::BreakWordsNoHyphen},
|
||||||
display::Color,
|
display::Color,
|
||||||
|
util::include_icon,
|
||||||
};
|
};
|
||||||
|
|
||||||
use super::{
|
use super::{
|
||||||
@ -17,6 +18,13 @@ pub const BLD_FG: Color = WHITE;
|
|||||||
|
|
||||||
pub const WELCOME_COLOR: Color = BLACK;
|
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 {
|
pub fn button_confirm() -> ButtonStyleSheet {
|
||||||
ButtonStyleSheet {
|
ButtonStyleSheet {
|
||||||
normal: &ButtonStyle {
|
normal: &ButtonStyle {
|
||||||
|
Loading…
Reference in New Issue
Block a user