1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-12 07:32:48 +00:00

fix(core): fully initialize display driver at the start of bootloader

[no changelog]
This commit is contained in:
tychovrahe 2025-01-31 13:22:05 +01:00 committed by TychoVrahe
parent 0b9d2e3ac9
commit 0dbb31f04a

View File

@ -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