User Activity

Hi again, (posting twice today)I am looking at the performance of my STM32H747 system to better understand it. I didn't think there were any problems because I am not visually seeing any artifacts, but I always like to check. As it turns out, my syst...
Hi all, here with another question:My coworkers and I are looking at the performance of our GUI, to better understand what's going on under the hood. We followed the steps in the Performance Measurement doc and found our system to behave differently ...
Hi all,I have a screen with an RGB interface (Focus LCD E35KA-FW1000-N) that's being driven by an STM32H747 with the framebuffer in external RAM (over FMC). I'm presently using a double framebuffer strategy, but this same behaviour occurs when I used...
Hi!I am confounded by a problem I've encountered when migrating to TouchGFX 4.25.0. The following change is being made by the auto-generated code in TouchGFXGeneratedHal.cpp:When that change is included, my FW will result in a black screen. However, ...
Good afternoon,I'm using a screen that is naturally in a portrait orientation but my application requires landscape. I've found how to rotate the entire GUI in TouchGFX, however I am finding that I need also to rotate every PNG asset I've imported 90...