Skip to content

Commit

Permalink
fix(core/bootloader): add fade-out before jumping to FW if backlight …
Browse files Browse the repository at this point in the history
…will be reset

[no changelog]
  • Loading branch information
TychoVrahe committed Jan 29, 2025
1 parent fbf4b63 commit 1c7f675
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/embed/projects/bootloader/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,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();
Expand Down

0 comments on commit 1c7f675

Please sign in to comment.