Add support for the new DMA2D features to the STM32F429i-Disco LTDC configuration. From Marco Krahl.

This commit is contained in:
Gregory Nutt 2015-04-16 08:57:08 -06:00
parent 7a6a5b7bd0
commit 5d221fa356

View File

@ -168,7 +168,6 @@
#define DMA2D_xGCOLR_RED_MASK (0xFF << DMA2D_xGCOLR_RED_SHIFT)
#define DMA2D_xGCOLR_RED(n) ((uint32_t)(n) << DMA2D_xGCOLR_RED_SHIFT)
/* DMA2D Foreground CLUT Memory Address Register */
/* DMA2D Background CLUT Memory Address Register */