Fill a part of frame buffer with a L8 format color on STM32H7
Hello,
i'm using DMA2D to fill a part of my frame buffer with a single color. Environnement is STM32H753, LTDC controller, EVAL2 board with LCD screen.
Until now I was using ARGB8888 format (so both input and output formats were identical in DMA2D setting) but now I switched to L8 format.
I don't understand why there is no "L8" output color format ? I just want the DMA to copy the L8 color index to the buffer in memory, I actually don't need any conversion, nor CLUT.
There is probably something I didn't understand in the DMA2D behaviour.
Thank you