accent icon indicating copy to clipboard operation
accent copied to clipboard

Checksum comparison

Open HalfdanJ opened this issue 5 years ago • 1 comments

This PR is adding a checksum comparison of the image returned from the server, and only triggers display refresh if image has changed. This allows a higher refresh-rate, wither unnecessary flickering on the display.

HalfdanJ avatar Jul 30 '20 15:07 HalfdanJ

Can you say more about what motivated this change? If you're frequently waking up the client only to push the same image, then maybe the solution is to avoid that server-side? With this proposed change, you'd avoid the flickering, but you'd still incur the cost on battery life.

maxbbraun avatar Oct 03 '21 15:10 maxbbraun