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.
1 parent 7a0b001 commit 042eb84Copy full SHA for 042eb84
shared-bindings/displayio/__init__.c
@@ -49,7 +49,12 @@
49
//| """Native helpers for driving displays
50
//|
51
//| The `displayio` module contains classes to manage display output
52
-//| including synchronizing with refresh rates and partial updating."""
+//| 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
+//| """
58
59
60
//| import paralleldisplay
0 commit comments