2020-09-15 07:24 AM
Is it possible to draw a line on the graphic memory using the DMA2D unit of the STM32 microcontroller?
I want to write a function that draws a line on the LCD with high speed and high performance.
Can this be done using a DMA2D unit?
Solved! Go to Solution.
2020-09-15 08:43 AM
2020-09-15 08:43 AM
A horizontal or a vertical one, yes.
DMA2D works in rectangles.
JW