LCD Line Graph Add Point
This block adds a datapoint to a Line Graph widget on the LCD.
Configuration
- Widget: the Line Graph widget (configured here) to add the point to.
- Value: the value to plot.
Each time this block runs, one point is appended to the graph. Once the widget's Max Points is reached, the oldest point is dropped so the graph scrolls.
The vertical range comes from the widget's configuration: with Auto Range enabled the graph scales itself to the data, otherwise it uses the widget's Min and Max.
See also LCD Line Graph Clear, LCD Set Screen