File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
micropython/examples/stellar_unicorn Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
#
10
10
# Clock synchronizes time on start, and resynchronizes if you press the A button
11
11
#
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
13
13
14
14
import time
15
15
import math
Original file line number Diff line number Diff line change 1
1
# Add a SCD41 sensor breakout to your Stellar Unicorn to make a handy CO2 detector!
2
2
# https://shop.pimoroni.com/products/scd41-co2-sensor-breakout
3
3
# 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
5
5
6
6
from stellar import StellarUnicorn
7
7
from picographics import PicoGraphics , DISPLAY_STELLAR_UNICORN as DISPLAY
You can’t perform that action at this time.
0 commit comments