Commit Graph
12 Commits
Author SHA1 Message Date
Dave Allie 89fc8f1dc0 Add cppcheck and formatter to CI (#19)
* Add cppcheck and formatter to CI

* Checkout submodules

* Install matching clang-format version in CI
2025-12-15 19:46:52 +11:00
Dave Allie 6f32caab6c Cut release 0.5.1 2025-12-13 21:52:48 +11:00
Dave Allie e68e4b41ed Cut release 0.5.0 2025-12-13 20:16:12 +11:00
Dave Allie fe831c615c Remove tinyxml2 dependency replace with expat parsers (#9) 2025-12-13 19:36:01 +11:00
Dave Allie 2edc6ed15a Cut release 0.4.0 2025-12-13 17:15:06 +11:00
Dave Allie f74c0d23a9 Move to smart pointers and split out ParsedText class (#6)
* Move to smart pointers and split out ParsedText class

* Cleanup ParsedText

* Fix clearCache functions and clear section cache if page load fails

* Bump Page and Section file versions

* Combine removeDir implementations in Epub

* Adjust screen margins
2025-12-12 22:13:34 +11:00
Dave Allie ea75ba5412 Cut release 0.3.0 2025-12-08 23:55:05 +11:00
Dave Allie 61c50be7db Add version string to boot screen 2025-12-08 23:13:33 +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 6da028c703 Add expat and swap out EPUB HTML parser (#2)
* Add expat and swap out ERB HTML parser

* Increase EpubHtmlParserSlim file buffer to 1024 bytes

* Cleanup TextBlock functions

* Do not break words when leaving spans
2025-12-06 20:57:24 +11:00
Dave Allie 283051d77f Use InputManager from community-sdk 2025-12-06 12:35:41 +11:00
Dave Allie 9f5253313f Public release 2025-12-03 22:06:45 +11:00