55s3 ghosting improvement

This commit is contained in:
pelgraine
2026-03-12 19:12:49 +11:00
parent 88a887eba2
commit dc5331702d

View File

@@ -22,7 +22,7 @@
// CLEAR_FAST, CLEAR_SLOW — full refresh modes
// Periodic slow (deep) refresh to clear ghosting
#define FULL_SLOW_PERIOD 2 // every 2 partial-refreshes, do a full cleanup
#define FULL_SLOW_PERIOD 1 // every frame — eliminates ghosting (increase to 2+ for less flashing)
FastEPDDisplay::~FastEPDDisplay() {
delete _canvas;