Skip to content

Commit dc4ee0d

Browse files
authored
Merge pull request #822 from pimoroni/helgibbons-patch-1
stellar: correct paths to tiny font
2 parents b82d16e + 157180c commit dc4ee0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

micropython/examples/stellar_unicorn/clock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# Clock synchronizes time on start, and resynchronizes if you press the A button
1111
#
12-
# This example uses a custom tiny font - find 3x5.bitmapfont in pimoroni-pico/fonts
12+
# This example uses a custom tiny font - find 3x5.bitmapfont in /common/fonts
1313

1414
import time
1515
import math

micropython/examples/stellar_unicorn/co2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Add a SCD41 sensor breakout to your Stellar Unicorn to make a handy CO2 detector!
22
# https://shop.pimoroni.com/products/scd41-co2-sensor-breakout
33
# Press A for CO2, B for temperature and C for humidity
4-
# This example uses a custom tiny font - find 3x5.bitmapfont in pimoroni-pico/fonts
4+
# This example uses a custom tiny font - find 3x5.bitmapfont in /common/fonts
55

66
from stellar import StellarUnicorn
77
from picographics import PicoGraphics, DISPLAY_STELLAR_UNICORN as DISPLAY

0 commit comments

Comments
 (0)