cgcamguy
Newbie level 3
- Joined
- Nov 5, 2013
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 27
If you're interested in what a DMA2D peripheral can do for graphics display in your microcontroller applications... this article from Francis Lamotte explains how it works and provides a demonstration on the STM32F429 (a Cortex-M4 based MCU with an integrated DMA2D, LCD controller and SDRAM controller):
http://www.embedded.com/design/mcus-processors-and-socs/4426244/2/Building-eye-catching-GUIs-for-your-embedded-MCU-designs
He describes the implementation on STM32F429 EvoPrimer. The sources for his examples are available at stm32circle.com
The sources are those used in the demo in this video...
http://www.embedded.com/design/mcus-processors-and-socs/4426244/2/Building-eye-catching-GUIs-for-your-embedded-MCU-designs
He describes the implementation on STM32F429 EvoPrimer. The sources for his examples are available at stm32circle.com
The sources are those used in the demo in this video...