Posted on February 08, 2014 at 19:07DMA2D accelerated, the sources are here: https://github.com/true-grue/stm32f429_graphicsTested on STM32F429I-DISCO board with external 480x272 LCD. Hope someone will find it helpful.
Posted on February 09, 2014 at 11:14Thank you for your interest!To prevent crashing I use bitwise & mask when accessing to the video buffer. Quick and dirty :) I don't know why, but when I use only DMA2D with negative coordinates there is no crashin...