1
0
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:
tychovrahe 2025-01-29 17:07:18 +01:00 committed by TychoVrahe
parent 411e8779f7
commit a70c57d228

View File

@ -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();