stm32f4-7: dma2d: fixed wrong color definition and added missing one

This commit is contained in:
Oliver Meier 2019-05-02 00:09:10 +02:00 committed by Karl Palsson
parent 07868ad8b6
commit 82d2ff9d1a
1 changed files with 2 additions and 1 deletions

View File

@ -145,7 +145,8 @@
#define DMA2D_OPFCCR_CM_ARGB8888 0
#define DMA2D_OPFCCR_CM_RGB888 1
#define DMA2D_OPFCCR_CM_RGB565 2
#define DMA2D_OPFCCR_CM_ARGB4444 3
#define DMA2D_OPFCCR_CM_ARGB1555 3
#define DMA2D_OPFCCR_CM_ARGB4444 4
/** DMA2D Output Color Register */
/* The format of this register depends on PFC control above */