maintain cursive font for header after timer expires and script pulls new activity

This commit is contained in:
Mat Stace 2022-07-21 11:18:29 +01:00
parent fedc020493
commit 653e92cafd
1 changed files with 1 additions and 0 deletions

View File

@ -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)