Hacker News new | ask | show | jobs
by mdp2021 1057 days ago
> it'll be possible to have individual pixels changing

EPD displays already have that capability.

When you modify the dots you use a modality that is sensitive to former states. What happens in full-screen refresh is a cleanup to redraw on the best former state for the cleanest output.

1 comments

Even local refreshes however are somehow rectangle-based, no?

Which means that the resetting operation kinda works globally anyways, masking out everything between the xmin, xmax and ymin, ymax.

I'm really speculating here, but this was my impression every time I saw individual areas changing without a gobal refresh.