That's great! Not sure if you're interested but you can use g.getModified() to get the area of the Graphics object that has been changed, so potentially you could make the ePaper update just magically do partial updates as and when they were needed.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
That's great! Not sure if you're interested but you can use
g.getModified()
to get the area of the Graphics object that has been changed, so potentially you could make the ePaper update just magically do partial updates as and when they were needed.