Question
LTDC and Partial FrameBuffer Strategy
I have a STM32H7B3 Discovery Kit.
To free up RAM for my application I tried to configure the PartialFramebaffer.
Compilation fails with the following error message:
undefined reference to `touchgfxDisplayDriverTransmitActive'The question is: is it possible in this scenario to use the PartialFramebaffer strategy ?
