nyx: wait for the first frame to render

Needed for lcd oem clones on oled sku because of no fade in support.
This commit is contained in:
CTCaer
2026-02-22 02:28:28 +02:00
committed by NaGa
parent 58064bda34
commit 5ecc2a8202

View File

@@ -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();