From 2b87c39a7ab22c4bcb7cc595c35f0be6ddffd43d Mon Sep 17 00:00:00 2001 From: CTCaer Date: Sun, 22 Feb 2026 02:28:28 +0200 Subject: [PATCH] nyx: wait for the first frame to render Needed for lcd oem clones on oled sku because of no fade in support. --- nyx/nyx_gui/frontend/gui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nyx/nyx_gui/frontend/gui.c b/nyx/nyx_gui/frontend/gui.c index 7938ec78..8a6ea9cc 100644 --- a/nyx/nyx_gui/frontend/gui.c +++ b/nyx/nyx_gui/frontend/gui.c @@ -104,6 +104,7 @@ static void _nyx_disp_init() // Rotate and copy the first frame. vic_compose(); + vic_wait_idle(); // Switch to new window configuration. display_init_window_a_pitch_vic();