User Activity

Hello,Still developping on my STM32H753VT6 with touchGFX. Instead of loading images with touchGFX designer, I want to decode a JPEG image and then display it on my LCD screen.For the moment I've just checked the example for the STM32H750B-DK demo boa...
Hello,I'm wondering if there is a an alternative to TICK_INTERVAL_MS constant which is deprecated. It is said that handleTickEvent() function is called by the Application on the current screen with a frequency of Application::TICK_INTERVAL_MS.For the...
Hello,I'm currently developing an application on a STM32H753VT6 with touchGFX and I have an issue with textAreas. Just to say that I'm using my personnal font ( size : 20/24/34 px). Each textArea has just one wildcard with a 17 chars size buffer. I'm...
Hello,I'm currently developing an application on a STM32H753VT6 with touchGFX and I have an issue with an animatedImage Widget. I want to create a gif with 12 bells images.The problem is that the bottom of the animation is (sometimes partially) missi...
Hello,Hello,I'm currently developing an application on a STM32H753VT6 with touchGFX and I have an issue with the function resizeToCurrentTextWithAlignment(). Indeed when i'm changing the current text (I use a Wildcard) with another text smaller there...