mirror of
https://github.com/CTCaer/hekate
synced 2024-11-16 00:49:27 +00:00
display: Add new panel revision
This commit is contained in:
parent
e4bc5c41ce
commit
ed916360eb
2 changed files with 7 additions and 0 deletions
|
@ -651,6 +651,7 @@
|
|||
* [10] 96 [09]: JDI LAM062M109A
|
||||
* [20] 93 [0F]: InnoLux P062CCA-AZ1 (Rev A1)
|
||||
* [20] 95 [0F]: InnoLux P062CCA-AZ2
|
||||
* [20] 96 [0F]: InnoLux P062CCA-AZ3
|
||||
* [30] 94 [0F]: AUO A062TAN01 (59.06A33.001)
|
||||
* [30] 95 [0F]: AUO A062TAN02 (59.06A33.002)
|
||||
*
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue