summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sama5/sam_lcd.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-10 12:23:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-10 12:23:41 -0600
commitfd6fe76c6ca0f3c6ada8cb0d7b70a502856789da (patch)
tree5ea5dc52a5ff014e6397b2182634edf87ae696bc /nuttx/arch/arm/src/sama5/sam_lcd.c
parent929a5e7e0682c06a97c77f752fd26eb85e31bcb0 (diff)
downloadpx4-nuttx-fd6fe76c6ca0f3c6ada8cb0d7b70a502856789da.tar.gz
px4-nuttx-fd6fe76c6ca0f3c6ada8cb0d7b70a502856789da.tar.bz2
px4-nuttx-fd6fe76c6ca0f3c6ada8cb0d7b70a502856789da.zip
SAMA5D4-EK LCD: Actual hardware with appears to be RGB888
Diffstat (limited to 'nuttx/arch/arm/src/sama5/sam_lcd.c')
-rw-r--r--nuttx/arch/arm/src/sama5/sam_lcd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/arch/arm/src/sama5/sam_lcd.c b/nuttx/arch/arm/src/sama5/sam_lcd.c
index d8ce51b71..8674368ef 100644
--- a/nuttx/arch/arm/src/sama5/sam_lcd.c
+++ b/nuttx/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