Skip to main content
PMath.4
Senior III
January 3, 2020
Question

DMA2D doesn't support 8-bit output, what is the best workround?

  • January 3, 2020
  • 1 reply
  • 455 views

As per the question. I'm using L8 as the main display LTDC mode for memory reasons but DMA2D only supports this as an input. What is the best workround? Ordinary DMA hits the 64k limit so becomes clunky to use

Thanks

This topic has been closed for replies.

1 reply

waclawek.jan
Super User
January 3, 2020

Pretend it's RGB565. Granularity/alignment limitations will apply, so you may need to manually transfer the odd pixels.

JW