display: Add new panel revision

This commit is contained in:
CTCaer
2020-12-28 05:24:42 +02:00
parent e4bc5c41ce
commit ed916360eb
2 changed files with 7 additions and 0 deletions

View File

@@ -438,6 +438,9 @@ t210b01:;
case 0x95:
strcat(txt_buf, "2");
break;
case 0x96:
strcat(txt_buf, "3");
break;
default:
strcat(txt_buf, "X");
break;
@@ -796,6 +799,9 @@ static lv_res_t _create_window_fuses_info_status(lv_obj_t *btn)
case 0x95:
strcat(txt_buf, "2");
break;
case 0x96:
strcat(txt_buf, "3");
break;
default:
strcat(txt_buf, "X #FFDD00 Contact me!#");
break;