From 5f8814311e4b116377466430f0dfb801830cde2b Mon Sep 17 00:00:00 2001 From: CTCaer Date: Wed, 21 Feb 2024 10:42:28 +0200 Subject: [PATCH] nyx: info: add panel clone info --- nyx/nyx_gui/frontend/gui_info.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nyx/nyx_gui/frontend/gui_info.c b/nyx/nyx_gui/frontend/gui_info.c index 9e75333..20edc41 100644 --- a/nyx/nyx_gui/frontend/gui_info.c +++ b/nyx/nyx_gui/frontend/gui_info.c @@ -858,8 +858,11 @@ static lv_res_t _create_window_fuses_info_status(lv_obj_t *btn) case PANEL_SAM_AMS699VC01: strcat(txt_buf, "Samsung AMS699VC01"); break; - case PANEL_OEM_5_5: - strcat(txt_buf, "OEM 5.5\""); + case PANEL_OEM_CLONE_5_5: + strcat(txt_buf, "#FFDD00 OEM Clone 5.5\"#"); + break; + case PANEL_OEM_CLONE: + strcat(txt_buf, "#FFDD00 OEM Clone#"); break; case 0xCCCC: strcat(txt_buf, "#FFDD00 Failed to get info!#");