Reduce number of full screen refreshes to once every 20 pages
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user