From 5ecc2a820269e94000a20ca1a5d06cd29f583aa6 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 768511f6..084e2292 100644 --- a/nyx/nyx_gui/frontend/gui.c +++ b/nyx/nyx_gui/frontend/gui.c @@ -106,6 +106,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();