DMA2D doesn't support 8-bit output, what is the best workround?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-01-03 7:40 AM
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
Labels:
- Labels:
-
DMA2D
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-01-03 8:06 AM
Pretend it's RGB565. Granularity/alignment limitations will apply, so you may need to manually transfer the odd pixels.
JW
