Problems upgrading from 4.9.6 to 4.10.0
Hi @Martin KJELDSEN !
You usually support me with TouchGFX, this must be a simple one for you but I can't find the solution in the community.
I'm having an issue trying to update my project from TouchGFX 4.9.6 to 4.10. I get the build error:
undefined reference to `touchgfx::HAL::copyFBRegionToMemory(touchgfx::Rect, unsigned short*, unsigned long)'I think it is because I miss the function copyFBRegionToMemory(touchgfx::Rect, unsigned short*, unsigned long) in \touchgfx\touchgfx\framework\source\touchgfx\hal\HAL.cpp. Where can I find the latest version of source code to update?
