Skip to content

Commit 042eb84

Browse files
committed
Add Learn guide link to displayio
1 parent 7a0b001 commit 042eb84

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

shared-bindings/displayio/__init__.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,12 @@
4949
//| """Native helpers for driving displays
5050
//|
5151
//| The `displayio` module contains classes to manage display output
52-
//| including synchronizing with refresh rates and partial updating."""
52+
//| including synchronizing with refresh rates and partial updating.
53+
//|
54+
//| For more a more thorugh explanation and guide for using `displayio`, please
55+
//| refer to this Learn guide:
56+
//| https://learn.adafruit.com/circuitpython-display-support-using-displayio
57+
//| """
5358
//|
5459

5560
//| import paralleldisplay

0 commit comments

Comments
 (0)