2019-07-09 03:41 AM
Hi,
I'm using the STM32F429 Discovery Kit and i want to run the LTDC in 8 BPP (L8) mode in TouchGFX.I find that i can use DMA2D to transform into RGB565,but how can i use L8 format in TouchGFX.and i can't set DMA2D in TouchGFX.so how can i do it ??Thank you.
Best Regards
Solved! Go to Solution.
2019-07-09 04:00 AM
Hi Jack,
8-bit and L8 are not necessarily the same. Either way, 8-bit is not yet supported in TouchGFX. Actually, it is, but we cannot release it yet - So, the next version will be 4.12 which will be released as soon as we can align the version with CubeMX.
On your own you would not be able to make it work either because you need to rewrite the LCD class that understands how to write to 8-bit framebuffers, and LCD classes is closed source.
We will keep you updated!
/Martin
2019-07-09 04:00 AM
Hi Jack,
8-bit and L8 are not necessarily the same. Either way, 8-bit is not yet supported in TouchGFX. Actually, it is, but we cannot release it yet - So, the next version will be 4.12 which will be released as soon as we can align the version with CubeMX.
On your own you would not be able to make it work either because you need to rewrite the LCD class that understands how to write to 8-bit framebuffers, and LCD classes is closed source.
We will keep you updated!
/Martin
2019-07-09 07:50 PM
Hi,Martin
Thanks,for your help.
Best Regards
Jack
2019-07-10 03:43 AM
You're welcome!
2023-10-17 12:47 PM
I'm interested to know if TouchGFX now supports 8-bit L8 mode with CLUT on H7 MCUs?