Skip to content

Commit 7344e4d

Browse files
authored
stellar: correct path to 3x5 font
1 parent b82d16e commit 7344e4d

File tree

1 file changed

+1
-1
lines changed
  • micropython/examples/stellar_unicorn

1 file changed

+1
-1
lines changed

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)