2019-10-05 12:28 AM
Hi,
We will need to easily draw scientific graphs and scopes in our project, so I would like to know if there are or at least there are planned any libraries for TouchGFX to support this. Many advanced GUI design frameworks have such libraries but for TouchGFX I only find an abandoned old open Github repository:
https://github.com/touchgfx/touchgfx-open-repository
So is there any alternative?
Thanks in advance,
Anguel
Solved! Go to Solution.
2019-10-07 06:50 AM
Hi,
There's no built in "graph framework" - I've got a Graph example here that you may get some inspiration from. It uses the Canvas Widget Renderer that we use for all the shapes in TouchGFX.
http://sw-center-st-com.s3-eu-west-1.amazonaws.com/touchgfx/TouchGFX/Community/GraphApplication.zip
/Martin
2019-10-07 06:50 AM
Hi,
There's no built in "graph framework" - I've got a Graph example here that you may get some inspiration from. It uses the Canvas Widget Renderer that we use for all the shapes in TouchGFX.
http://sw-center-st-com.s3-eu-west-1.amazonaws.com/touchgfx/TouchGFX/Community/GraphApplication.zip
/Martin