Add quick resume

This commit is contained in:
jpirnay
2026-05-21 23:13:28 +02:00
parent ce521a63aa
commit 5bb3980dc0
40 changed files with 262 additions and 26 deletions
+3
View File
@@ -96,6 +96,9 @@ class CrossPointState {
uint8_t readerActivityLoadCount = 0;
bool lastSleepFromReader = false;
bool recentBooksGridView = false; // true = grid/thumbnail view, false = list view
// When false, setup() skips the boot screen on wake and instead restores the
// saved framebuffer overlaid with a loading icon (Quick Resume).
bool showBootScreen = true;
KOReaderSyncSessionState koReaderSyncSession;
PendingBookmarkJumpState pendingBookmarkJump;
~CrossPointState() = default;