Add sleep screen information overlay

This commit is contained in:
jpirnay
2026-03-24 09:46:54 +01:00
parent ee1015173b
commit dea0503040
5 changed files with 165 additions and 0 deletions
@@ -15,4 +15,5 @@ class SleepActivity final : public Activity {
void renderCoverSleepScreen() const;
void renderBitmapSleepScreen(const Bitmap& bitmap) const;
void renderBlankSleepScreen() const;
std::string getBookOverlayText(const std::string& bookPath) const;
};