Merge pull request #822 from pimoroni/helgibbons-patch-1

stellar: correct paths to tiny font
pull/829/head
Hel Gibbons 2023-08-21 15:59:14 +01:00 zatwierdzone przez GitHub
commit dc4ee0d459
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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