From 82b2c2a281a14d5230694585dfb33bc927a3f6c6 Mon Sep 17 00:00:00 2001 From: cepetr Date: Tue, 25 Jun 2024 12:45:01 +0200 Subject: [PATCH] fix(core/embed): fix display initialization on T3T1 in boardloader [no changelog] --- core/embed/trezorhal/stm32f4/xdisplay/st-7789/display_driver.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/embed/trezorhal/stm32f4/xdisplay/st-7789/display_driver.c b/core/embed/trezorhal/stm32f4/xdisplay/st-7789/display_driver.c index 559d1182e..c1308a439 100644 --- a/core/embed/trezorhal/stm32f4/xdisplay/st-7789/display_driver.c +++ b/core/embed/trezorhal/stm32f4/xdisplay/st-7789/display_driver.c @@ -72,7 +72,9 @@ void display_init(display_content_mode_t mode) { } #ifdef XFRAMEBUFFER +#ifndef BOARDLOADER display_io_init_te_interrupt(); +#endif #endif drv->initialized = true;