mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
SAMA5 LCD: Fix some bad color format definitions
This commit is contained in:
@@ -116,10 +116,10 @@
|
||||
# define SAMA5_LCDC_BASE_COLOR_FMT FB_FMT_RGB12_444
|
||||
#elif defined(CONFIG_SAMA5_LCDC_BASE_RGB888P)
|
||||
# define SAMA5_LCDC_BASE_BPP 24
|
||||
# define SAMA5_LCDC_BASE_COLOR_FMT FB_FMT_RGB12_444
|
||||
# define SAMA5_LCDC_BASE_COLOR_FMT FB_FMT_RGB24
|
||||
#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 FB_FMT_RGB12_444
|
||||
# define SAMA5_LCDC_BASE_COLOR_FMT ???
|
||||
#elif defined(CONFIG_SAMA5_LCDC_BASE_ARGB8888)
|
||||
# define SAMA5_LCDC_BASE_BPP 32
|
||||
# define SAMA5_LCDC_BASE_COLOR_FMT ???
|
||||
@@ -162,10 +162,10 @@
|
||||
# define SAMA5_LCDC_OVR1_COLOR_FMT FB_FMT_RGB12_444
|
||||
#elif defined(CONFIG_SAMA5_LCDC_OVR1_RGB888P)
|
||||
# define SAMA5_LCDC_OVR1_BPP 24
|
||||
# define SAMA5_LCDC_OVR1_COLOR_FMT FB_FMT_RGB12_444
|
||||
# define SAMA5_LCDC_OVR1_COLOR_FMT FB_FMT_RGB24
|
||||
#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 FB_FMT_RGB12_444
|
||||
# define SAMA5_LCDC_OVR1_COLOR_FMT ???
|
||||
#elif defined(CONFIG_SAMA5_LCDC_OVR1_ARGB8888)
|
||||
# define SAMA5_LCDC_OVR1_BPP 32
|
||||
# define SAMA5_LCDC_OVR1_COLOR_FMT ???
|
||||
@@ -208,10 +208,10 @@
|
||||
# define SAMA5_LCDC_OVR2_COLOR_FMT FB_FMT_RGB12_444
|
||||
#elif defined(CONFIG_SAMA5_LCDC_OVR2_RGB888P)
|
||||
# define SAMA5_LCDC_OVR2_BPP 24
|
||||
# define SAMA5_LCDC_OVR2_COLOR_FMT FB_FMT_RGB12_444
|
||||
# define SAMA5_LCDC_OVR2_COLOR_FMT FB_FMT_RGB24
|
||||
#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 FB_FMT_RGB12_444
|
||||
# define SAMA5_LCDC_OVR2_COLOR_FMT ???
|
||||
#elif defined(CONFIG_SAMA5_LCDC_OVR2_ARGB8888)
|
||||
# define SAMA5_LCDC_OVR2_BPP 32
|
||||
# define SAMA5_LCDC_OVR2_COLOR_FMT ???
|
||||
@@ -254,10 +254,10 @@
|
||||
# define SAMA5_LCDC_HEO_COLOR_FMT FB_FMT_RGB12_444
|
||||
#elif defined(CONFIG_SAMA5_LCDC_HEO_RGB888P)
|
||||
# define SAMA5_LCDC_HEO_BPP 24
|
||||
# define SAMA5_LCDC_HEO_COLOR_FMT FB_FMT_RGB12_444
|
||||
# define SAMA5_LCDC_HEO_COLOR_FMT FB_FMT_RGB24
|
||||
#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 FB_FMT_RGB12_444
|
||||
# define SAMA5_LCDC_HEO_COLOR_FMT ???
|
||||
#elif defined(CONFIG_SAMA5_LCDC_HEO_ARGB8888)
|
||||
# define SAMA5_LCDC_HEO_BPP 32
|
||||
# define SAMA5_LCDC_HEO_COLOR_FMT ???
|
||||
@@ -300,10 +300,10 @@
|
||||
# define SAMA5_LCDC_HCR_COLOR_FMT FB_FMT_RGB12_444
|
||||
#elif defined(CONFIG_SAMA5_LCDC_HCR_RGB888P)
|
||||
# define SAMA5_LCDC_HCR_BPP 24
|
||||
# define SAMA5_LCDC_HCR_COLOR_FMT FB_FMT_RGB12_444
|
||||
# define SAMA5_LCDC_HCR_COLOR_FMT FB_FMT_RGB24
|
||||
#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 FB_FMT_RGB12_444
|
||||
# define SAMA5_LCDC_HCR_COLOR_FMT ???
|
||||
#elif defined(CONFIG_SAMA5_LCDC_HCR_ARGB8888)
|
||||
# define SAMA5_LCDC_HCR_BPP 32
|
||||
# define SAMA5_LCDC_HCR_COLOR_FMT ???
|
||||
|
||||
Reference in New Issue
Block a user