Re: Line Graph Widget
2018/07/05 08:50:07
(permalink)
☼ Best Answerby MikeinAZ 2018/07/05 14:11:56
Hi d.pagliai,
The gfx application apps/gfx/aria_showcase_reloaded has an example on how to use the line graph widget. In the graphics composer, the line graph widget is used in the LineGraphScreen. The graph has 2 data series that plots the X, Y coordinates on the screen where touch is detected. The data from touch samples are supplied to the graph in the application code (APP_GraphRefreshLineGraphData() in app.c).
Thanks,
Ed @ Microchip