Add chapter selection screen

This commit is contained in:
Dave Allie
2025-12-13 21:17:34 +11:00
parent ead39fd04b
commit 8994953254
4 changed files with 178 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ class EpubReaderScreen final : public Screen {
std::unique_ptr<Section> section = nullptr;
TaskHandle_t displayTaskHandle = nullptr;
SemaphoreHandle_t renderingMutex = nullptr;
std::unique_ptr<Screen> subScreen = nullptr;
int currentSpineIndex = 0;
int nextPageNumber = 0;
int pagesUntilFullRefresh = 0;