User Activity

Hi,I have custom board (same stm32H750 devkit but running a 800x480 lcd) running touchgfx. I am getting some flickering on horizontal line in some pages and mentioned in the images attached. What can be the cause for this?
HI,I am using touchGFX 4.15. I can control the screen brightness using PWM. This is my requirement .After 1 minute, screen should go off ( already done by disabling the backlight)Turn the backlight on when the use touch any ware on the screen.I tried...
Hi,Recently, I started getting a wired glitch on the LCD periodically. I m using touchGFX 4.15 and CUbeIDE 1.5. After commenting some code relevant to the UI, Glitch doesn't comes. Any one have an idea what might cause this? Video is attachedhttps://...
HI all,I am developing a CAN FD application using STM32H750-DK. Packet reception to FIFO is working in External Loopback mode and packet transmission works as well. But once I change the mode to Normal, packet reception (FIFO interrupt) dosent fire I...
Hi,I have created flex buttons from the code (not from touchgfx GUI). I want to know how can i add wildcard text to the buttons. End result is button text should be able to change according to the string i feed it when i create the class (initialize)...