How to Increase/Decrease Graph plotting speed in TouchGFX Dynamic Graph?
Hi,
I'm using STM32F746 MCU on my custom Board. My application uses TouchGFX Dynamic Graph widget on a 480x272 capacitive touch display.
I want to know is it possible to change the Number of Data Points in runtime of the application?
If the above method is not possible then How can I Increase or Decrease the Graph Plotting speed in application Run Time? I want that user can change the graph plotting speed in the application.
For Eg. Suppose My ADC sampling rate is 500 Samples per second. I want to show 5 seconds or 10 seconds of ADC data on the display from start pixel to end pixel.