mirror of
https://github.com/CTCaer/hekate
synced 2024-11-14 15:46:36 +00:00
nyx: info: add panel clone info
This commit is contained in:
parent
9ea847578e
commit
5f8814311e
1 changed files with 5 additions and 2 deletions
|
@ -858,8 +858,11 @@ static lv_res_t _create_window_fuses_info_status(lv_obj_t *btn)
|
||||||
case PANEL_SAM_AMS699VC01:
|
case PANEL_SAM_AMS699VC01:
|
||||||
strcat(txt_buf, "Samsung AMS699VC01");
|
strcat(txt_buf, "Samsung AMS699VC01");
|
||||||
break;
|
break;
|
||||||
case PANEL_OEM_5_5:
|
case PANEL_OEM_CLONE_5_5:
|
||||||
strcat(txt_buf, "OEM 5.5\"");
|
strcat(txt_buf, "#FFDD00 OEM Clone 5.5\"#");
|
||||||
|
break;
|
||||||
|
case PANEL_OEM_CLONE:
|
||||||
|
strcat(txt_buf, "#FFDD00 OEM Clone#");
|
||||||
break;
|
break;
|
||||||
case 0xCCCC:
|
case 0xCCCC:
|
||||||
strcat(txt_buf, "#FFDD00 Failed to get info!#");
|
strcat(txt_buf, "#FFDD00 Failed to get info!#");
|
||||||
|
|
Loading…
Reference in a new issue