Skip to main content
Anguel
Associate III
October 5, 2019
Solved

Is there any official library for graphs and scopes?

  • October 5, 2019
  • 1 reply
  • 792 views

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

This topic has been closed for replies.
Best answer by Martin KJELDSEN

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

1 reply

Martin KJELDSEN
Martin KJELDSENBest answer
Principal III
October 7, 2019

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