nyx: add new touch panel fw info

Additionally, do not alloc/free heap every time status bar update must run
This commit is contained in:
CTCaer
2021-10-26 10:55:11 +03:00
parent 4d91d2baff
commit b0fe84070f
2 changed files with 5 additions and 3 deletions

View File

@@ -946,6 +946,7 @@ static lv_res_t _create_window_fuses_info_status(lv_obj_t *btn)
panel_ic_paired = touch_panel->idx == 0; // NISSHA NFT-K12D.
break;
case 0x98000004: // New 6.2" panel?
case 0x50000001:
strcat(txt_buf, "FST2 UNK");
if (touch_panel)
panel_ic_paired = touch_panel->idx == 0;