Use the panel's partial refresh for frequently-changing regions (focus timer, clock-with-seconds) instead of a full-flash refresh every tick.
Scope (device/)
- Detect/declare which region(s) update often (server can hint via a header or render metadata).
- Drive partial refresh on the Waveshare panel for those regions; periodic full refresh to clear ghosting.
Why
Use the panel's partial refresh for frequently-changing regions (focus timer, clock-with-seconds) instead of a full-flash refresh every tick.
Scope (
device/)Why