mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-03 19:31:02 +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);
|
||||
}
|
||||
|
||||
if (DISPLAY_JUMP_BEHAVIOR == DISPLAY_RESET_CONTENT) {
|
||||
display_fade(display_get_backlight(), 0, 200);
|
||||
}
|
||||
|
||||
drivers_deinit();
|
||||
|
||||
system_deinit();
|
||||
|
Loading…
Reference in New Issue
Block a user