2023-01-23 09:23 AM
I am trying to set the partial buffer but all I can get are these errors:
How can I fix it?
2023-01-23 09:28 AM
TGFX bug if you change mode setup (ltdc - custom, single - partial ...) delete target folder before generate code.
2023-01-23 09:42 AM
Thank you for your answer. Unfortunately I keep having the same error even after deleting the whole TouchGFX folder :(
2023-01-23 09:56 AM
I dont test latest but my old partial project is generated with this info in target cpp file
#error "A user must call touchgfx::startNewTransfer(); once touchgfxDisplayDriverTransmitBlock() has succesfully sent a block."
#error "A user must implement C-methods touchgfxDisplayDriverTransmitActive() and touchgfxDisplayDriverTransmitBlock() used by the Partial Framebuffer Strategy."
You need do what is writed and after implement comment this lines out.
2023-01-25 02:35 AM
there you can see how this has to be implemented