Skip to content

Commit

Permalink
Merge pull request #822 from pimoroni/helgibbons-patch-1
Browse files Browse the repository at this point in the history
stellar: correct paths to tiny font
  • Loading branch information
helgibbons authored Aug 21, 2023
2 parents b82d16e + 157180c commit dc4ee0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion micropython/examples/stellar_unicorn/clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion micropython/examples/stellar_unicorn/co2.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dc4ee0d

Please sign in to comment.