Merge branch 'feat-overlay' of https://github.com/jpirnay/crosspoint-reader into mybuild

This commit is contained in:
jpirnay
2026-03-08 09:58:14 +01:00
5 changed files with 173 additions and 0 deletions
@@ -16,4 +16,5 @@ class SleepActivity final : public Activity {
void renderBitmapSleepScreen(const Bitmap& bitmap) const;
void renderBlankSleepScreen() const;
void renderOverlaySleepScreen() const;
std::string getBookOverlayText(const std::string& bookPath) const;
};