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
parent 722a4a24c8
commit 2b87c39a7a

View File

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