Reduce number of full screen refreshes to once every 20 pages

This commit is contained in:
Dave Allie
2025-12-06 22:12:01 +11:00
parent bb151caee7
commit eceffaa289
2 changed files with 5 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
#include "Battery.h"
constexpr int PAGES_PER_REFRESH = 10;
constexpr int PAGES_PER_REFRESH = 20;
constexpr unsigned long SKIP_CHAPTER_MS = 700;
void EpubReaderScreen::taskTrampoline(void* param) {