In touchgfx,is it possible to rotate a container other then pre_made pictures?
I am trying to use touchfgx on stm32,but I have some problems .the background on the hmi will rotate sometimes,the background has a lot moving lines and shapes that rotate along.I know I can use texture mapper to realize it,but that need many texture mapper widgets.So I want to know if I can draw these shape and lines on a container,and then rotate the whole container. as far as I know,emwin can do this by using memdev.
one more question:if I want to draw many lines and shapes on the container ,I have to declare the lines in designer? or Can I draw lines dynamicly like emwin?
