1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-24 15:38:22 +00:00

fixup! feat(core/rust): homescreen background

This commit is contained in:
tychovrahe 2022-11-19 22:13:23 +01:00
parent ebcfdd38c5
commit 4aad400a7e

View File

@ -435,9 +435,7 @@ pub fn homescreen_blurred(data: &[u8], texts: Vec<HomescreenText, 4>) {
};
if clear_bg {
for i in &mut dest {
*i = 0;
}
dest.fill(0);
}
for i in 0..HOMESCREEN_IMAGE_SCALE {
@ -542,9 +540,7 @@ pub fn homescreen(
};
if clear_bg {
for i in &mut dest {
*i = 0;
}
dest.fill(0);
}
for i in 0..HOMESCREEN_IMAGE_SCALE {