thingz.thingz_display.Plot
Thingz Display Plot
- class thingz.thingz_display.Plot.Plot
Use the LCD as a plot
- set_animate_function(func: Callable, interval: int) None
Configure a function that will be called once every interval to add a point to the plot. The function must return the value of the new point
- Parameters:
func (Callable) – The function to call
interval (int) – Time to wait between each function call, in seconds