bdk: display: remove dependency to Nyx storage

display_get_verbose_panel_id should now be used to get the full panel id.
This commit is contained in:
CTCaer
2025-11-27 11:13:54 +02:00
committed by NaGa
parent 1eaa801d6a
commit c0300b1cee
2 changed files with 37 additions and 35 deletions

View File

@@ -871,6 +871,7 @@ void display_disable_interrupt(u32 intr);
void display_wait_interrupt(u32 intr);
/*! Get/Set Display panel ID. */
u32 display_get_verbose_panel_id();
u16 display_get_decoded_panel_id();
void display_set_decoded_panel_id(u32 id);