Tweet

Replying to @Developer122

Yep! There’s a power monitor task that generates an event, which bubbles up the responder chain to a view controller. Its handler does a
voltageLabel->setText(newValue);
which makes the label
setNeedsDisplayInRect(this->frame);
which the e-paper update task uses on the next loop.

(original)