mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-28 01:18:16 +00:00
fixup! feat(core/rust): homescreen background
This commit is contained in:
parent
ebcfdd38c5
commit
4aad400a7e
@ -435,9 +435,7 @@ pub fn homescreen_blurred(data: &[u8], texts: Vec<HomescreenText, 4>) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if clear_bg {
|
if clear_bg {
|
||||||
for i in &mut dest {
|
dest.fill(0);
|
||||||
*i = 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for i in 0..HOMESCREEN_IMAGE_SCALE {
|
for i in 0..HOMESCREEN_IMAGE_SCALE {
|
||||||
@ -542,9 +540,7 @@ pub fn homescreen(
|
|||||||
};
|
};
|
||||||
|
|
||||||
if clear_bg {
|
if clear_bg {
|
||||||
for i in &mut dest {
|
dest.fill(0);
|
||||||
*i = 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for i in 0..HOMESCREEN_IMAGE_SCALE {
|
for i in 0..HOMESCREEN_IMAGE_SCALE {
|
||||||
|
Loading…
Reference in New Issue
Block a user