From 7344e4d1a402e71d02aa15e9e8b01b79411563b2 Mon Sep 17 00:00:00 2001 From: Hel Gibbons <50950368+helgibbons@users.noreply.github.com> Date: Mon, 21 Aug 2023 14:16:25 +0100 Subject: [PATCH 1/2] stellar: correct path to 3x5 font --- micropython/examples/stellar_unicorn/co2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropython/examples/stellar_unicorn/co2.py b/micropython/examples/stellar_unicorn/co2.py index 5eaf08e5..ee9f503a 100644 --- a/micropython/examples/stellar_unicorn/co2.py +++ b/micropython/examples/stellar_unicorn/co2.py @@ -1,7 +1,7 @@ # Add a SCD41 sensor breakout to your Stellar Unicorn to make a handy CO2 detector! # https://shop.pimoroni.com/products/scd41-co2-sensor-breakout # Press A for CO2, B for temperature and C for humidity -# This example uses a custom tiny font - find 3x5.bitmapfont in pimoroni-pico/fonts +# This example uses a custom tiny font - find 3x5.bitmapfont in /common/fonts from stellar import StellarUnicorn from picographics import PicoGraphics, DISPLAY_STELLAR_UNICORN as DISPLAY From 157180c476e1b565499802ea00bc0e547e2fc589 Mon Sep 17 00:00:00 2001 From: Hel Gibbons Date: Mon, 21 Aug 2023 14:28:08 +0100 Subject: [PATCH 2/2] stellar: correct path to font --- micropython/examples/stellar_unicorn/clock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropython/examples/stellar_unicorn/clock.py b/micropython/examples/stellar_unicorn/clock.py index 9a313376..173ee700 100644 --- a/micropython/examples/stellar_unicorn/clock.py +++ b/micropython/examples/stellar_unicorn/clock.py @@ -9,7 +9,7 @@ # # Clock synchronizes time on start, and resynchronizes if you press the A button # -# This example uses a custom tiny font - find 3x5.bitmapfont in pimoroni-pico/fonts +# This example uses a custom tiny font - find 3x5.bitmapfont in /common/fonts import time import math