Some confusion with the function names
Hello
First of all, thanks for developing such a powerful tool and delivering us such a content rich documentation.
I am playing with the partial framebuffer strategy, and I notice that, when the code is generated by the CubeMX, in the files TouchGFXHAL.cpp is a comment that user should implement some functions.
"A user must implement C-methods touchgfxDisplayDriverTransmitActive() and touchgfxDisplayDriverTransmitBlock() used by the Partial Framebuffer Strategy."
Later in the code, in the file TouchGFXGeneratedHAL.cpp, when these functions are supposed to be actually called, I see they re named without touchgfx part, just DisplayDriverTransmitBlock.
Then in the tutorial on partial framebuffer scenarios, these functions have completely different names: LCDManager_IsTransmittingData and LCDManager_SendFrameBufferBlockWithPosition.
So, having three names in tutorial, would bring quite confusion for someone who, like me, is trying to make the custom project work, imho.
