TomWhitwell / SlowMovie

MIT License
345 stars 69 forks source link

A question about refresh #130

Open DongyuXu77 opened 2 years ago

DongyuXu77 commented 2 years ago

Describe the problem When the frame change, the e-link display has to refresh, the screen will turn white and black and then show the new frame. Even though it doesn't take lots of time, I still can't bear it. Could anyone give me some advice to reduce the refresh time or make it refresh smoothly?

Platform Information

TomWhitwell commented 2 years ago

Have a look at #83 - see if that covers any of your issues?

Short of rewriting the whole thing to take advantage of screens with partial refresh, the best solution might be updating less often, so you're less likely to see the change.

DongyuXu77 commented 2 years ago

Yes!!! It really helps me a lot. I decide to buy a new version ink screen which claims it can refresh in less than 1 second. I will post the result after testing.