From 25e48472c802f982e4fbcb27788caf00af544bba Mon Sep 17 00:00:00 2001 From: CTCaer Date: Wed, 14 Feb 2024 02:17:45 +0200 Subject: [PATCH] nyx: add info about oem 5.5" panel --- nyx/nyx_gui/frontend/gui_info.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nyx/nyx_gui/frontend/gui_info.c b/nyx/nyx_gui/frontend/gui_info.c index 1420415..7a3c065 100644 --- a/nyx/nyx_gui/frontend/gui_info.c +++ b/nyx/nyx_gui/frontend/gui_info.c @@ -861,6 +861,9 @@ 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\""); + break; case 0xCCCC: strcat(txt_buf, "#FFDD00 Failed to get info!#"); break;