Commit Graph
20 Commits
Author SHA1 Message Date
Dave Allie a98a2808b8 Add drawCenteredText to GfxRenderer 2025-12-08 22:52:19 +11:00
Dave Allie 797ddaab86 Cleanup serial output 2025-12-08 22:39:23 +11:00
Dave Allie 0800e8a845 Remove EpdRenderer and create new GfxRenderer 2025-12-08 22:06:09 +11:00
Dave Allie c239cbbd89 Move to SDK EInkDisplay and enable anti-aliased 2-bit text (#5)
* First pass at moving to SDK EInkDisplay library

* Add 2-bit grayscale text and anti-aliased rendering of text

* Render status bar for empty chapters

* Refresh screen every 15 pages to avoid ghosting

* Simplify boot and sleep screens

* Give FileSelectionScreen task more stack memory

* Move text around slightly on Boot and Sleep screens

* Re-use existing buffer and write to whole screen for 'partial update'
2025-12-08 19:48:49 +11:00
Dave Allie d2d39427af Stream inflated EPUB HTMLs down to disk instead of inflating in memory (#4)
* Downgrade miniz for stability

* Stream HTML from ZIP down to disk instead of loading all in mem
2025-12-08 00:39:17 +11:00
Dave Allie 6b3fbed01b Reduce number of full screen refreshes to once every 20 pages 2025-12-06 22:12:01 +11:00
Dave Allie 5a23d72724 Version section bin files 2025-12-06 22:09:25 +11:00
Dave Allie 1cbee2cb92 More pass by reference changes 2025-12-06 15:56:00 +11:00
Dave Allie 00fd1a033a Use reference passing for EpdRenderer 2025-12-06 12:56:39 +11:00
Dave Allie 283051d77f Use InputManager from community-sdk 2025-12-06 12:35:41 +11:00
Dave Allie 20cff1745f Avoid leaving screens mid-display update
Was leave the EPD in a bad state, blocking further actions
2025-12-06 03:02:52 +11:00
Dave Allie 24d01a2970 Fix memory leak with Epub object getting orphaned 2025-12-06 02:49:10 +11:00
Dave Allie 58cd36d51e Add UI font 2025-12-06 01:44:14 +11:00
Dave Allie d2bba3bac7 Wrap up multiple font styles into EpdFontFamily 2025-12-06 01:44:14 +11:00
Dave Allie d6d7385b52 Full screen refresh of EpubReaderScreen every 10 renders
This is done in an effort to minimise ghosting
2025-12-05 22:19:44 +11:00
Dave Allie b5970a27e3 Show indexing text when indexing 2025-12-05 21:12:15 +11:00
Dave Allie 87df778b06 Support left and right buttons in reader and file picker 2025-12-04 00:11:51 +11:00
Dave Allie 35284ac4b6 Add file selection screen 2025-12-04 00:11:51 +11:00
Dave Allie 27d34e782b Use correct current page on reader screen
Fixes the page counter not updating
2025-12-03 22:34:16 +11:00
Dave Allie 9f5253313f Public release 2025-12-03 22:06:45 +11:00