Add Learn guide link to displayio

This commit is contained in:
Alec Delaney 2022-05-04 14:01:03 -04:00
parent 7a0b0010e8
commit 042eb84d84
1 changed files with 6 additions and 1 deletions

View File

@ -49,7 +49,12 @@
//| """Native helpers for driving displays
//|
//| The `displayio` module contains classes to manage display output
//| including synchronizing with refresh rates and partial updating."""
//| including synchronizing with refresh rates and partial updating.
//|
//| For more a more thorugh explanation and guide for using `displayio`, please
//| refer to this Learn guide:
//| https://learn.adafruit.com/circuitpython-display-support-using-displayio
//| """
//|
//| import paralleldisplay