Is DMA2D symmetric - read from display memory
The HAL hides so much functionality of the DMA2D IP block that I can't work this one out and the reference manual doesn't help much either!
Writing a block of memory (e.g. bitmap file) to display memory window uses output offset to define the top left corner and width and height (in NLR) to stay within the window.
I'd like to read from a window in the display memory to create an image backing store (I have a lot of changing images).
The input offset will put me at the top left corner of the window as my source address but I can't work out if the width/height in the NLR register are applied to the input pointer advance on each line of the window scan or if it is only used on the output (destination) side.