2020-05-27 08:06 PM
I'm using STM32CubeIDE 1.3.1 with TouchGFX Generator 4.13.0 to create a project using Partial Frame Buffers. I've found a few issues that appear to be related to the code generation template for TouchGFXGeneratedHAL.cpp:
2020-05-27 09:23 PM
In addition to the above issues, the extern declarations for transmitFrameBufferBlock() and isTransmittingData() also need to be placed before they are used in the code.