Add sleep screen information overlay

This commit is contained in:
jpirnay
2026-03-01 10:50:24 +01:00
parent 2c0b608f35
commit 03820657f4
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;
};