nyx: info: consider FST2 touch panel unknown

This commit is contained in:
CTCaer
2025-01-24 16:46:31 +02:00
parent ea01782c80
commit 571496d293

View File

@@ -989,13 +989,13 @@ static lv_res_t _create_window_hw_info_status(lv_obj_t *btn)
if (touch_panel)
panel_ic_paired = touch_panel->idx == 0; // NISSHA NFT-K12D.
break;
case 0x98000004: // New 6.2" panel?
case 0x50000001:
case 0x50000002:
strcat(txt_buf, "FST2 UNK");
if (touch_panel)
panel_ic_paired = touch_panel->idx == 0;
break;
// case 0x98000004: // New 6.2" panel?
// case 0x50000001:
// case 0x50000002:
// strcat(txt_buf, "FST2 UNK");
// if (touch_panel)
// panel_ic_paired = touch_panel->idx == 0;
// break;
case 0x001A0300:
case 0x32000102:
strcat(txt_buf, "4CD60D/2");