Partial Frame Buffer (4.15) maximum transmitted lines
I'm using partial frame buffers with CubeIDE 1.5.0 and TouchGFX 4.15. I've found that when updating large portions of the screen, the function touchgfxDisplayDriverTransmitBlock is never called with a height larger than 20 lines, regardless of the frame buffer size. For instance, my display is 320 x 480 and I've configured 2 RGB888 buffers at 115200 bytes each. Each buffer can hold 120 lines of pixels. However, no update blocks with more than 20 lines are generated. I'm wondering why this would be the case.