Skip to main content
Marco.D
Associate II
October 15, 2020
Question

DMA2D for A4 Color mode

  • October 15, 2020
  • 2 replies
  • 1127 views

Hi, I am developing code for a display on the STM32746G-Discovery.

Is it possible to display fonts without blending? (Not to have to erase the background beforehand)

If I use the DMA2D with memory to memory with blending, everything works as expected, However if I just use the Memory to Memory with PFC I am getting a filled rectangle.

It is like I can't pass information about the background colour; I understand the background fifo is not activated. Is it not possible because of that?

Thanks

This topic has been closed for replies.

2 replies

Despair1337
Associate III
December 23, 2020

Do you have combine alpha and input alpha set to your color?

Marco.D
Marco.DAuthor
Associate II
December 23, 2020

Hi MKraus,

at th ened I gave up, I am erasing the whole screen and then drawing again everything.

I have an RGB565 layer, so there is no alpha channel there.

Thanks