From 416794a46384a29fd7722d010236281125c247d1 Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Wed, 20 Dec 2023 22:05:50 +0100 Subject: [PATCH] fix(core): add missing refresh to boardloader startup [no changelog] --- core/embed/boardloader/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/core/embed/boardloader/main.c b/core/embed/boardloader/main.c index ea1a00d9b5..675f297307 100644 --- a/core/embed/boardloader/main.c +++ b/core/embed/boardloader/main.c @@ -275,6 +275,7 @@ int main(void) { display_init(); display_clear(); + display_refresh(); #if defined USE_SD_CARD sdcard_init();