2024-10-21 04:20 AM
I want to flip text horizontally such as Aa to the aA and vertically as well. How can achieve it on touchgfx? please guide anyone.
2024-11-08 08:18 AM
Hello @Embedded_12engr ,
This feature is not natively supported by TouchGFX. However it could be done using dynamic bitmaps.
The idea is to use a texture mapper for the dynamic bitmap to be able to set angles. Then we draw the box to that dynamic bitmap. I was able to do something like this very quickly :
If you're interested, I let you try to make it by yourself and but of course we'll assist you if you need. You can check out our documentation where we describe how to use dynamic bitmaps.