di: Correct panel id for AUO A062TAN02

This commit is contained in:
CTCaer
2020-08-28 05:26:18 +03:00
parent 6714cae498
commit 461d14c39a
2 changed files with 7 additions and 1 deletions

View File

@@ -429,6 +429,9 @@ try_load:
case 0x94:
strcat(txt_buf, "1");
break;
case 0x95:
strcat(txt_buf, "2");
break;
default:
strcat(txt_buf, "X");
break;
@@ -708,6 +711,9 @@ static lv_res_t _create_window_fuses_info_status(lv_obj_t *btn)
case 0x94:
strcat(txt_buf, "1");
break;
case 0x95:
strcat(txt_buf, "2");
break;
default:
strcat(txt_buf, "X #FFDD00 Contact me!#");
break;