View Issue Details

IDProjectCategoryView StatusLast Update
0001363FSS5PV210Displaypublic2012-10-22 13:34
Reporterfroelich Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product VersionV0.90 
Target VersionV1.00Fixed in VersionV1.00 
Summary0001363: Correct LCD output format
DescriptionCurrently, LCD controller is configured for 16Bit output (RGB565).
This have to be changed as follows:
NANORISC:
    LCD_CONFIG_OUT24BIT
NetDCU14:
    DIGITALRGB = LCD_CONFIG_OUT24BIT
    LVDS = LCD_CONFIG_OUT18BIT
armStoneA8:
    LCD_CONFIG_OUT18BIT
PicoMOD7A:
    DIGITALRGB = LCD_CONFIG_OUT18BIT
    LCD24BIT = LCD_CONFIG_OUT24BIT
    LCD18BIT = LCD_CONFIG_OUT18BIT

This value can be overwritten with registry paramter Config !!
Found Driver Version1.4
Fixed Driver Version1.5
Forum Link

Activities

There are no notes attached to this issue.