Skip to content

Commit 157180c

Browse files
committed
stellar: correct path to font
1 parent 7344e4d commit 157180c

File tree

1 file changed

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

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)