User Activity

Is there a way to get/set the coordinate of an image or a Texture Mapper realtive to its center?I think one suitable idea I have is to overload the class with new methods called like getXYcenter where I get the X coordinate and add half of the width ...
I'm using Visual Studio 2022 to develop and debug TouchGFX softwareEvery time I launch the debug the console output shows  'Application.exe' (Win32): download of 'C:\Windows\SysWOW64\windows.storage.dll' completed ... Thread 2792 exited with code 0 (...
I can't find an answer to this but, let's say I've an image as texture map of 4x4 pixels located at coordinate (0,0) so getX() and getY() return 0 and 0If I resize it with setScale(0.5f) so half the size, the getX() and getY() return the same value 0...
I'm trying to build myself a TouchGFX projectThe project runs and builds correctly via TouchGFX Designer but I'm unable to compile it with VSCode (cmake, ninja gcc)  [build] C:/TouchGFXProjects/Circle_UI/Middlewares/ST/touchgfx/framework/source/platf...
I'm exploring the new STM32U5G9 and I'm reading that the NeoChrom GPU supports MJPEG codec for video playback.Is there a demo code/example on how to use it and load/reproduce a video on the the STM32U5G9J-DK2?
Kudos from