From 0f77320fee5c9a474f852d415c227beaee235a65 Mon Sep 17 00:00:00 2001 From: Samuel Carpentier Date: Tue, 6 Jan 2026 13:59:21 +0900 Subject: [PATCH] Added page sleep screen --- src/activities/boot_sleep/SleepActivity.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/activities/boot_sleep/SleepActivity.h b/src/activities/boot_sleep/SleepActivity.h index 283220c..eb9ea87 100644 --- a/src/activities/boot_sleep/SleepActivity.h +++ b/src/activities/boot_sleep/SleepActivity.h @@ -16,4 +16,5 @@ class SleepActivity final : public Activity { void renderCoverSleepScreen() const; void renderBitmapSleepScreen(const Bitmap& bitmap) const; void renderBlankSleepScreen() const; + void renderPageSleepScreen() const; };