How to start using the graph widget from touchgfx-open-repository in Touchgfx designer?
I want to make a graph (let's just use a y = sin(x) function as an example) on my STM32 discovery board. I can make a basic gui from the standard widgets you get when you first run Touchgfx designer and I can add code to make them do stuff as well. I saw no way to add a graph so I googled it and found out you need the graph widget from the repository found here: https://github.com/touchgfx/touchgfx-open-repository
I have downloaded the repository and my question now is how to get the graph widget into TouchGFX designer so I can start coding it to display y = sin(x)? I have a bunch of folders from the repository and the TemplateView.cpp/.hpp files tell you what the individual functions do but not how to get the widget itself into the designer. Apologies if I am missing something obvious here but I could find no clear answers anywhere else.
