Animating Graph on Azure IoT DevKit
07/03/2019
In the previous post I have shown how an image can be generated by an Azure Function and sent to IoT DevKit to display it.
In this post, I will show how that given image can be animated on the device.
The goal is to animate the graph from left to right, so it shows the measurements first closer to the y-axis, and the one further (to the right) only at a later time. I am not going to propose a generic animation algorithm, but rather an efficient and specific to this problem.