Added page sleep screen

This commit is contained in:
Samuel Carpentier 2026-01-06 13:59:21 +09:00 committed by GitHub
parent 1a04925305
commit 0f77320fee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,4 +16,5 @@ class SleepActivity final : public Activity {
void renderCoverSleepScreen() const;
void renderBitmapSleepScreen(const Bitmap& bitmap) const;
void renderBlankSleepScreen() const;
void renderPageSleepScreen() const;
};