2025-02-26 9:08 AM
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 degrees for it to appear correctly on the simulator or the actual screen (Focus LCD).
Here it is without the asset rotated:
And here you'll see that I've rotated the asset 90 degrees in the `Images` section, and it appears correctly:
Is this expected behaviour or is something set up incorrectly in my project? I wouldn't expect to have to rotate every single asset, in addition to the global setting being set.
Thanks in advance!
Julia