summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-10 16:31:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-10 16:31:21 -0600
commit0b82c61f7347232a9d11b95a7f0b128f138d99fb (patch)
tree136993f73b42cb0fdeaba682268dcae96857fd36
parent1afa1190c806da92baf523fd26ca5b156201a196 (diff)
downloadnuttx-0b82c61f7347232a9d11b95a7f0b128f138d99fb.tar.gz
nuttx-0b82c61f7347232a9d11b95a7f0b128f138d99fb.tar.bz2
nuttx-0b82c61f7347232a9d11b95a7f0b128f138d99fb.zip
SAMA5 LCD: More bad color format definitions
-rw-r--r--nuttx/arch/arm/src/sama5/sam_lcd.c100
1 files changed, 50 insertions, 50 deletions
diff --git a/nuttx/arch/arm/src/sama5/sam_lcd.c b/nuttx/arch/arm/src/sama5/sam_lcd.c
index 70556820d..c2c004d3a 100644
--- a/nuttx/arch/arm/src/sama5/sam_lcd.c
+++ b/nuttx/arch/arm/src/sama5/sam_lcd.c
@@ -89,10 +89,10 @@
# define SAMA5_LCDC_BASE_COLOR_FMT FB_FMT_RGB12_444
#elif defined(CONFIG_SAMA5_LCDC_BASE_ARGB4444)
# define SAMA5_LCDC_BASE_BPP 16
-# define SAMA5_LCDC_BASE_COLOR_FMT ???
+# define SAMA5_LCDC_BASE_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_BASE_RGBA4444)
# define SAMA5_LCDC_BASE_BPP 16
-# define SAMA5_LCDC_BASE_COLOR_FMT ???
+# define SAMA5_LCDC_BASE_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_BASE_RGB565)
# define SAMA5_LCDC_BASE_BPP 16
# define SAMA5_LCDC_BASE_COLOR_FMT FB_FMT_RGB16_565
@@ -104,25 +104,25 @@
# define SAMA5_LCDC_BASE_COLOR_FMT RGB666
#elif defined(CONFIG_SAMA5_LCDC_BASE_RGB666P)
# define SAMA5_LCDC_BASE_BPP 24 /* 18BPP but must be byte aligned */
-# define SAMA5_LCDC_BASE_COLOR_FMT ???
+# define SAMA5_LCDC_BASE_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_BASE_TRGB1666)
# define SAMA5_LCDC_BASE_BPP 32 /* 19BPP but must be 32-bit aligned */
-# define SAMA5_LCDC_BASE_COLOR_FMT ???
+# define SAMA5_LCDC_BASE_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_BASE_TRGBP)
# define SAMA5_LCDC_BASE_BPP 24 /* 19BPP but must be byte aligned */
-# define SAMA5_LCDC_BASE_COLOR_FMT ???
-#elif defined(CONFIG_SAMA5_LCDC_BASE_RGB888)
-# define SAMA5_LCDC_BASE_BPP 24
-# define SAMA5_LCDC_BASE_COLOR_FMT FB_FMT_RGB12_444
+# define SAMA5_LCDC_BASE_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_BASE_RGB888P)
# define SAMA5_LCDC_BASE_BPP 24
# define SAMA5_LCDC_BASE_COLOR_FMT FB_FMT_RGB24
+#elif defined(CONFIG_SAMA5_LCDC_BASE_RGB888)
+# define SAMA5_LCDC_BASE_BPP 32
+# define SAMA5_LCDC_BASE_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_BASE_TRGB1888)
# define SAMA5_LCDC_BASE_BPP 32 /* 25BPP but must be byte aligned */
-# define SAMA5_LCDC_BASE_COLOR_FMT ???
+# define SAMA5_LCDC_BASE_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_BASE_ARGB8888)
# define SAMA5_LCDC_BASE_BPP 32
-# define SAMA5_LCDC_BASE_COLOR_FMT ???
+# define SAMA5_LCDC_BASE_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_BASE_RGBA8888)
# define SAMA5_LCDC_BASE_BPP 32
# define SAMA5_LCDC_BASE_COLOR_FMT FB_FMT_RGBA32
@@ -135,10 +135,10 @@
# define SAMA5_LCDC_OVR1_COLOR_FMT FB_FMT_RGB12_444
#elif defined(CONFIG_SAMA5_LCDC_OVR1_ARGB4444)
# define SAMA5_LCDC_OVR1_BPP 16
-# define SAMA5_LCDC_OVR1_COLOR_FMT ???
+# define SAMA5_LCDC_OVR1_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_OVR1_RGBA4444)
# define SAMA5_LCDC_OVR1_BPP 16
-# define SAMA5_LCDC_OVR1_COLOR_FMT ???
+# define SAMA5_LCDC_OVR1_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_OVR1_RGB565)
# define SAMA5_LCDC_OVR1_BPP 16
# define SAMA5_LCDC_OVR1_COLOR_FMT FB_FMT_RGB16_565
@@ -150,25 +150,25 @@
# define SAMA5_LCDC_OVR1_COLOR_FMT RGB666
#elif defined(CONFIG_SAMA5_LCDC_OVR1_RGB666P)
# define SAMA5_LCDC_OVR1_BPP 24 /* 18BPP but must be byte aligned */
-# define SAMA5_LCDC_OVR1_COLOR_FMT ???
+# define SAMA5_LCDC_OVR1_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_OVR1_TRGB1666)
# define SAMA5_LCDC_OVR1_BPP 32 /* 19BPP but must be 32-bit aligned */
-# define SAMA5_LCDC_OVR1_COLOR_FMT ???
+# define SAMA5_LCDC_OVR1_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_OVR1_TRGBP)
# define SAMA5_LCDC_OVR1_BPP 24 /* 19BPP but must be byte aligned */
-# define SAMA5_LCDC_OVR1_COLOR_FMT ???
-#elif defined(CONFIG_SAMA5_LCDC_OVR1_RGB888)
-# define SAMA5_LCDC_OVR1_BPP 24
-# define SAMA5_LCDC_OVR1_COLOR_FMT FB_FMT_RGB12_444
+# define SAMA5_LCDC_OVR1_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_OVR1_RGB888P)
# define SAMA5_LCDC_OVR1_BPP 24
# define SAMA5_LCDC_OVR1_COLOR_FMT FB_FMT_RGB24
+#elif defined(CONFIG_SAMA5_LCDC_OVR1_RGB888)
+# define SAMA5_LCDC_OVR1_BPP 32
+# define SAMA5_LCDC_OVR1_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_OVR1_TRGB1888)
# define SAMA5_LCDC_OVR1_BPP 32 /* 25BPP but must be byte aligned */
-# define SAMA5_LCDC_OVR1_COLOR_FMT ???
+# define SAMA5_LCDC_OVR1_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_OVR1_ARGB8888)
# define SAMA5_LCDC_OVR1_BPP 32
-# define SAMA5_LCDC_OVR1_COLOR_FMT ???
+# define SAMA5_LCDC_OVR1_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_OVR1_RGBA8888)
# define SAMA5_LCDC_OVR1_BPP 32
# define SAMA5_LCDC_OVR1_COLOR_FMT FB_FMT_RGBA32
@@ -181,10 +181,10 @@
# define SAMA5_LCDC_OVR2_COLOR_FMT FB_FMT_RGB12_444
#elif defined(CONFIG_SAMA5_LCDC_OVR2_ARGB4444)
# define SAMA5_LCDC_OVR2_BPP 16
-# define SAMA5_LCDC_OVR2_COLOR_FMT ???
+# define SAMA5_LCDC_OVR2_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_OVR2_RGBA4444)
# define SAMA5_LCDC_OVR2_BPP 16
-# define SAMA5_LCDC_OVR2_COLOR_FMT ???
+# define SAMA5_LCDC_OVR2_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_OVR2_RGB565)
# define SAMA5_LCDC_OVR2_BPP 16
# define SAMA5_LCDC_OVR2_COLOR_FMT FB_FMT_RGB16_565
@@ -196,25 +196,25 @@
# define SAMA5_LCDC_OVR2_COLOR_FMT RGB666
#elif defined(CONFIG_SAMA5_LCDC_OVR2_RGB666P)
# define SAMA5_LCDC_OVR2_BPP 24 /* 18BPP but must be byte aligned */
-# define SAMA5_LCDC_OVR2_COLOR_FMT ???
+# define SAMA5_LCDC_OVR2_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_OVR2_TRGB1666)
# define SAMA5_LCDC_OVR2_BPP 32 /* 19BPP but must be 32-bit aligned */
-# define SAMA5_LCDC_OVR2_COLOR_FMT ???
+# define SAMA5_LCDC_OVR2_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_OVR2_TRGBP)
# define SAMA5_LCDC_OVR2_BPP 24 /* 19BPP but must be byte aligned */
-# define SAMA5_LCDC_OVR2_COLOR_FMT ???
-#elif defined(CONFIG_SAMA5_LCDC_OVR2_RGB888)
-# define SAMA5_LCDC_OVR2_BPP 24
-# define SAMA5_LCDC_OVR2_COLOR_FMT FB_FMT_RGB12_444
+# define SAMA5_LCDC_OVR2_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_OVR2_RGB888P)
# define SAMA5_LCDC_OVR2_BPP 24
# define SAMA5_LCDC_OVR2_COLOR_FMT FB_FMT_RGB24
+#elif defined(CONFIG_SAMA5_LCDC_OVR2_RGB888)
+# define SAMA5_LCDC_OVR2_BPP 32
+# define SAMA5_LCDC_OVR2_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_OVR2_TRGB1888)
# define SAMA5_LCDC_OVR2_BPP 32 /* 25BPP but must be byte aligned */
-# define SAMA5_LCDC_OVR2_COLOR_FMT ???
+# define SAMA5_LCDC_OVR2_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_OVR2_ARGB8888)
# define SAMA5_LCDC_OVR2_BPP 32
-# define SAMA5_LCDC_OVR2_COLOR_FMT ???
+# define SAMA5_LCDC_OVR2_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_OVR2_RGBA8888)
# define SAMA5_LCDC_OVR2_BPP 32
# define SAMA5_LCDC_OVR2_COLOR_FMT FB_FMT_RGBA32
@@ -227,10 +227,10 @@
# define SAMA5_LCDC_HEO_COLOR_FMT FB_FMT_RGB12_444
#elif defined(CONFIG_SAMA5_LCDC_HEO_ARGB4444)
# define SAMA5_LCDC_HEO_BPP 16
-# define SAMA5_LCDC_HEO_COLOR_FMT ???
+# define SAMA5_LCDC_HEO_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_HEO_RGBA4444)
# define SAMA5_LCDC_HEO_BPP 16
-# define SAMA5_LCDC_HEO_COLOR_FMT ???
+# define SAMA5_LCDC_HEO_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_HEO_RGB565)
# define SAMA5_LCDC_HEO_BPP 16
# define SAMA5_LCDC_HEO_COLOR_FMT FB_FMT_RGB16_565
@@ -242,25 +242,25 @@
# define SAMA5_LCDC_HEO_COLOR_FMT RGB666
#elif defined(CONFIG_SAMA5_LCDC_HEO_RGB666P)
# define SAMA5_LCDC_HEO_BPP 24 /* 18BPP but must be byte aligned */
-# define SAMA5_LCDC_HEO_COLOR_FMT ???
+# define SAMA5_LCDC_HEO_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_HEO_TRGB1666)
# define SAMA5_LCDC_HEO_BPP 32 /* 19BPP but must be 32-bit aligned */
-# define SAMA5_LCDC_HEO_COLOR_FMT ???
+# define SAMA5_LCDC_HEO_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_HEO_TRGBP)
# define SAMA5_LCDC_HEO_BPP 24 /* 19BPP but must be byte aligned */
-# define SAMA5_LCDC_HEO_COLOR_FMT ???
-#elif defined(CONFIG_SAMA5_LCDC_HEO_RGB888)
-# define SAMA5_LCDC_HEO_BPP 24
-# define SAMA5_LCDC_HEO_COLOR_FMT FB_FMT_RGB12_444
+# define SAMA5_LCDC_HEO_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_HEO_RGB888P)
# define SAMA5_LCDC_HEO_BPP 24
# define SAMA5_LCDC_HEO_COLOR_FMT FB_FMT_RGB24
+#elif defined(CONFIG_SAMA5_LCDC_HEO_RGB888)
+# define SAMA5_LCDC_HEO_BPP 32
+# define SAMA5_LCDC_HEO_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_HEO_TRGB1888)
# define SAMA5_LCDC_HEO_BPP 32 /* 25BPP but must be byte aligned */
-# define SAMA5_LCDC_HEO_COLOR_FMT ???
+# define SAMA5_LCDC_HEO_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_HEO_ARGB8888)
# define SAMA5_LCDC_HEO_BPP 32
-# define SAMA5_LCDC_HEO_COLOR_FMT ???
+# define SAMA5_LCDC_HEO_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_HEO_RGBA8888)
# define SAMA5_LCDC_HEO_BPP 32
# define SAMA5_LCDC_HEO_COLOR_FMT FB_FMT_RGBA32
@@ -273,10 +273,10 @@
# define SAMA5_LCDC_HCR_COLOR_FMT FB_FMT_RGB12_444
#elif defined(CONFIG_SAMA5_LCDC_HCR_ARGB4444)
# define SAMA5_LCDC_HCR_BPP 16
-# define SAMA5_LCDC_HCR_COLOR_FMT ???
+# define SAMA5_LCDC_HCR_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_HCR_RGBA4444)
# define SAMA5_LCDC_HCR_BPP 16
-# define SAMA5_LCDC_HCR_COLOR_FMT ???
+# define SAMA5_LCDC_HCR_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_HCR_RGB565)
# define SAMA5_LCDC_HCR_BPP 16
# define SAMA5_LCDC_HCR_COLOR_FMT FB_FMT_RGB16_565
@@ -288,25 +288,25 @@
# define SAMA5_LCDC_HCR_COLOR_FMT RGB666
#elif defined(CONFIG_SAMA5_LCDC_HCR_RGB666P)
# define SAMA5_LCDC_HCR_BPP 24 /* 18BPP but must be byte aligned */
-# define SAMA5_LCDC_HCR_COLOR_FMT ???
+# define SAMA5_LCDC_HCR_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_HCR_TRGB1666)
# define SAMA5_LCDC_HCR_BPP 32 /* 19BPP but must be 32-bit aligned */
-# define SAMA5_LCDC_HCR_COLOR_FMT ???
+# define SAMA5_LCDC_HCR_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_HCR_TRGBP)
# define SAMA5_LCDC_HCR_BPP 24 /* 19BPP but must be byte aligned */
-# define SAMA5_LCDC_HCR_COLOR_FMT ???
-#elif defined(CONFIG_SAMA5_LCDC_HCR_RGB888)
-# define SAMA5_LCDC_HCR_BPP 24
-# define SAMA5_LCDC_HCR_COLOR_FMT FB_FMT_RGB12_444
+# define SAMA5_LCDC_HCR_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_HCR_RGB888P)
# define SAMA5_LCDC_HCR_BPP 24
# define SAMA5_LCDC_HCR_COLOR_FMT FB_FMT_RGB24
+#elif defined(CONFIG_SAMA5_LCDC_HCR_RGB888)
+# define SAMA5_LCDC_HCR_BPP 32
+# define SAMA5_LCDC_HCR_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_HCR_TRGB1888)
# define SAMA5_LCDC_HCR_BPP 32 /* 25BPP but must be byte aligned */
-# define SAMA5_LCDC_HCR_COLOR_FMT ???
+# define SAMA5_LCDC_HCR_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_HCR_ARGB8888)
# define SAMA5_LCDC_HCR_BPP 32
-# define SAMA5_LCDC_HCR_COLOR_FMT ???
+# define SAMA5_LCDC_HCR_COLOR_FMT ??? /* No color format definition */
#elif defined(CONFIG_SAMA5_LCDC_HCR_RGBA8888)
# define SAMA5_LCDC_HCR_BPP 32
# define SAMA5_LCDC_HCR_COLOR_FMT FB_FMT_RGBA32