diff --git a/micropython/examples/inky_frame/inky_frame_daily_activity.py b/micropython/examples/inky_frame/inky_frame_daily_activity.py index a34b5509..6043b152 100644 --- a/micropython/examples/inky_frame/inky_frame_daily_activity.py +++ b/micropython/examples/inky_frame/inky_frame_daily_activity.py @@ -40,7 +40,6 @@ network_manager = NetworkManager(WIFI_CONFIG.COUNTRY, status_handler=status_hand gc.collect() graphics = PicoGraphics(DISPLAY_INKY_FRAME) WIDTH, HEIGHT = graphics.get_bounds() -graphics.set_font("cursive") gc.collect() @@ -123,6 +122,7 @@ while True: # Main text graphics.set_pen(4) + graphics.set_font("cursive") graphics.text("Activity Idea", 55, 30, WIDTH - 20, 2) graphics.set_pen(0) graphics.set_font("bitmap8")