This commit is contained in:
Thomas Göttgens
2025-03-16 16:18:12 +01:00
parent 2525111c39
commit 2d565c2921
5 changed files with 14 additions and 24 deletions

View File

@@ -331,7 +331,7 @@ void EInkDynamicDisplay::checkConsecutiveFastRefreshes()
LOG_DEBUG("refresh=FAST, reason=UNLIMITED_FAST_MODE_ACTIVE, frameFlags=0x%x", frameFlags);
return;
}
// If too many FAST refreshes consecutively - force a FULL refresh
if (fastRefreshCount >= EINK_LIMIT_FASTREFRESH) {
refresh = FULL;