From 67468408ae4eb2fc9ebfd705e081ad7239b4a9a4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 10 Jul 2014 12:23:41 -0600 Subject: [PATCH] SAMA5D4-EK LCD: Actual hardware with appears to be RGB888 --- arch/arm/src/sama5/sam_lcd.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/src/sama5/sam_lcd.c b/arch/arm/src/sama5/sam_lcd.c index d8ce51b717e..8674368efc4 100644 --- a/arch/arm/src/sama5/sam_lcd.c +++ b/arch/arm/src/sama5/sam_lcd.c @@ -2067,7 +2067,7 @@ static void sam_layer_color(void) LCDC_BASECFG1_16BPP_RGB565); #else -# error Support for this resolution is not yet supported +# error Support for this resolution is not yet implemented #endif #ifdef CONFIG_SAMA5_LCDC_OVR1 @@ -2096,7 +2096,7 @@ static void sam_layer_color(void) LCDC_OVR1CFG9_GA(0xff) | LCDC_OVR1CFG9_GAEN); # else -# error Support for this resolution is not yet supported +# error Support for this resolution is not yet implemented # endif #endif @@ -2126,7 +2126,7 @@ static void sam_layer_color(void) LCDC_OVR2CFG9_GA(0xff) | LCDC_OVR2CFG9_GAEN); # else -# error Support for this resolution is not yet supported +# error Support for this resolution is not yet implemented # endif #endif @@ -2156,7 +2156,7 @@ static void sam_layer_color(void) LCDC_HEOCFG9_GA(0xff) | LCDC_HEOCFG9_GAEN); # else -# error Support for this resolution is not yet supported +# error Support for this resolution is not yet implemented # endif #endif @@ -2190,7 +2190,7 @@ static void sam_layer_color(void) LCDC_HCRCFG9_GA(0xff) | LCDC_HCRCFG9_GAEN); # else -# error Support for this resolution is not yet supported +# error Support for this resolution is not yet implemented # endif #endif #endif