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:
parent
ebcfdd38c5
commit
4aad400a7e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user