Voltlog #126 – How fast can you update an e-paper display?

Welcome to a new voltlog, today we are going to answer the question how fast can you update an e-paper display, is it suitable to display live updating values from a sensor for example? Some people asked these questions in the comments of previous videos so I am doing some tests to try and answer these questions.

Now there will be a big difference between trying to update the whole screen and trying to update just a small section. And that delay might also be related to how fast the processor can send the information to the display. So for example measuring the time passed between sending the first byte of data to the display and the last byte going out is not that relevant, it might just be a slow processor, and the display could accept data much faster.

Also in the case of an Arduino the ram size is very limited so a full buffer could not be implemented. This means sending of the data to the display is done inefficiently increasing the time it takes for a full update.

Link e-paper display black/white:

More resources below:

3 thoughts on “Voltlog #126 – How fast can you update an e-paper display?”

Leave a Reply to Ernesto Cancel reply

Your email address will not be published.