View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004717 | FSiMX6UL | Display | public | 2021-05-06 06:07 | 2021-05-07 09:04 |
Reporter | zutter | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | V1.50 | ||||
Target Version | V1.60 | Fixed in Version | V1.60 | ||
Summary | 0004717: PicoCoreMX6UL: correct the order of the RGB components in line patterns | ||||
Description | PicoCoreMX6UL: correct the order of the RGB components in line patterns. | ||||
Additional Information | utils.c: but according HW it should be LCDIFSetLinePattern(LINEPATTERN_BGR, LINEPATTERN_BGR)for PicoCoreMX6UL too. if (CEDDK_BT_PCOREMX6UL != CEDDK_GetBoardType()) { RETAILMSG(bVerbose, (DTAG _T("LINEPATTERN BGR\r\n"))); LCDIFSetLinePattern(LINEPATTERN_BGR, LINEPATTERN_BGR); } else { RETAILMSG(bVerbose, (DTAG _T("LINEPATTERN RGB\r\n"))); LCDIFSetLinePattern(LINEPATTERN_RGB, LINEPATTERN_RGB); } | ||||
Forum Link | |||||
Found Driver Version | |||||
Fixed Driver Version | |||||