User Activity

I'm using the VL53L1X ULD API to drive 4 sensors and, sometimes, the function VL53L1X_SensorInit returns error VL53L1_ERROR_CONTROL_INTERFACE while initializing the third or four sensor (the first two are always initialized correctly).The sensor boot...
I'm using the full API for the VL53L1 ToF sensor. The project is pretty simple as I'm using 4 sensor to measure distance connected on an I2C of an STM32F091.I'm optimizing the code and I'm come across the VL53L1X ULD API (Ultra Lite Driver Applicatio...
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...
Kudos from