We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 569fd27 + 51742ce commit 326d3e4Copy full SHA for 326d3e4
examples/ssd1306_framebuftest.py
@@ -89,6 +89,6 @@
89
except FileNotFoundError:
90
print(
91
"To test the framebuf font setup, you'll need the font5x8.bin file from "
92
- + "https://github.com/adafruit/Adafruit_CircuitPython_framebuf/tree/main/examples"
+ + "https://github.com/adafruit/Adafruit_CircuitPython_framebuf/blob/master/examples/"
93
+ " in the same directory as this script"
94
)
0 commit comments