From 653e92cafdb0a3be929174a4a4abeddaa579bacb Mon Sep 17 00:00:00 2001 From: Mat Stace Date: Thu, 21 Jul 2022 11:18:29 +0100 Subject: [PATCH] maintain cursive font for header after timer expires and script pulls new activity --- micropython/examples/inky_frame/inky_frame_daily_activity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/micropython/examples/inky_frame/inky_frame_daily_activity.py b/micropython/examples/inky_frame/inky_frame_daily_activity.py index a34b5509..5fba3d29 100644 --- a/micropython/examples/inky_frame/inky_frame_daily_activity.py +++ b/micropython/examples/inky_frame/inky_frame_daily_activity.py @@ -122,6 +122,7 @@ while True: graphics.set_pen(0) # Main text + graphics.set_font("cursive") graphics.set_pen(4) graphics.text("Activity Idea", 55, 30, WIDTH - 20, 2) graphics.set_pen(0)