How to understand if frame buffer has changed with TouchGFX lib
Hi,
I have integrated with lwIP and freeRTOS a VNC server on a STM32H757-EVAL.
A VNC client works fine and I can see on it the first frame buffer drawn by the application; according to the VNC standard, the server should send a "new tile" (a square of pixel) to re-draw the frame buffer changed (if something happens and change it - i.e. slider, button clicked, etc..).
Is there any function or method to understand which pixel (or pixelS) has changed (in term of X and Y coordinates) from the previous frame buffer?
In this way, I can recreate a new tile and send it to the VNC client without re-send every time the whole frame buffer using less bandwidth.
Thanks for your help.
Regards.
