mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-04 03:40:58 +00:00
fix(core/bootloader): add fade-out before jumping to FW if backlight will be reset
[no changelog]
This commit is contained in:
parent
411e8779f7
commit
a70c57d228
@ -377,6 +377,10 @@ void real_jump_to_firmware(void) {
|
|||||||
ui_screen_boot_stage_1(false);
|
ui_screen_boot_stage_1(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (DISPLAY_JUMP_BEHAVIOR == DISPLAY_RESET_CONTENT) {
|
||||||
|
display_fade(display_get_backlight(), 0, 200);
|
||||||
|
}
|
||||||
|
|
||||||
drivers_deinit();
|
drivers_deinit();
|
||||||
|
|
||||||
system_deinit();
|
system_deinit();
|
||||||
|
Loading…
Reference in New Issue
Block a user