Skip to content

Commit

Permalink
fix(core): fully initialize display driver at the start of bootloader
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
TychoVrahe committed Jan 31, 2025
1 parent 506cfce commit f77d5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/embed/projects/bootloader/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static void drivers_init(secbool *touch_initialized) {
#ifdef USE_HASH_PROCESSOR
hash_processor_init();
#endif
display_init(DISPLAY_JUMP_BEHAVIOR);
display_init(DISPLAY_RESET_CONTENT);
unit_properties_init();

#ifdef USE_TOUCH
Expand Down

0 comments on commit f77d5ed

Please sign in to comment.