Skip to main content
Visitor II
August 22, 2024
Question

TouchGFX library

  • August 22, 2024
  • 1 reply
  • 674 views

I installedTouchGFX Designer and want to add components to my project but there are only a few in the provided library. I even did not find the buttonUp that was used in the Button Example. Where can I get more components ? I want to make 3D vector figures that change angle by parameters ( I have gyroscope MPU-6050). 

1 reply

ST Employee
August 29, 2024

Hello @beginerGFX,

TouchGFX provides the fundamental tools to create sophisticated widgets by either combining them in a Custom Container or improve them by using your designed graphics. 
You can use the assets used for creating the buttonUp to create your button; otherwise, it is an example on what can be created. 
You can read about the available basic elements (widgets) here

Currently, TouchGFX does not have comprehensive support for 3D graphics; however, you can use the Texture Mapper to achieve it. 

I hope this helps you!