bdk: display: add another oem clone

This commit is contained in:
CTCaer 2024-02-21 10:40:46 +02:00
parent f37ae083ae
commit 9ea847578e
1 changed files with 4 additions and 1 deletions

View File

@ -789,7 +789,10 @@ enum
PANEL_SHP_LQ055T1SW10 = 0x1040,
PANEL_SAM_AMS699VC01 = 0x2050,
PANEL_OEM_5_5 = 0xB3
// Found on 5.5" clones with AUO A055TAN02 (59.05A30.001) fake markings.
PANEL_OEM_CLONE_5_5 = 0xB3,
// Found on 5.5" clones with AUO A055TAN02 (59.05A30.001) fake markings.
PANEL_OEM_CLONE = 0
};
void display_init();