View Issue Details

IDProjectCategoryView StatusLast Update
0001364EBootV210Displaypublic2012-10-22 10:05
Reporterfroelich Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product VersionV108 
Target VersionV109Fixed in VersionV109 
Summary0001364: 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
    LCD24BIT = LCD_CONFIG_OUT18BIT

This value can be overwritten with registry paramter Config !!
Forum Link

Activities

There are no notes attached to this issue.