ImpulseAdventure / GUIslice

GUIslice drag & drop embedded GUI in C for touchscreen TFT on Arduino, Raspberry Pi, ARM, ESP8266 / ESP32 / M5stack using Adafruit-GFX / TFT_eSPI / UTFT / SDL
https://www.impulseadventure.com/elec/guislice-gui.html
MIT License
1.12k stars 205 forks source link

Allow for the resetting of a graph. #442

Closed dirkx closed 2 years ago

dirkx commented 2 years ago

Would a feature like this be generally useful ? Or too specific ?

Happy to add docs and examples if this is considered useful enough. I needed it for a device that records temperatures and needs an explicit recent between runs without power cycling.

ImpulseAdventure commented 2 years ago

Thank you for this contribution & apologies for the delay as I had been occupied by work.

Yes, this looks to be generally useful. I will merge the PR as-is.

thanks!