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 e9e2fba commit 43425cbCopy full SHA for 43425cb
adafruit_simple_text_display.py
@@ -104,7 +104,7 @@ def __init__( # pylint: disable=too-many-arguments
104
the colors built into the library. For example, if you import the library
105
as ``from adafruit_simple_text_display import SimpleTextDisplay``, you can
106
indicate the colors as follows:
107
- ``colors=(SimpleDisplayText.WHITE, SimpleDisplayText.RED)``.
+ ``colors=(SimpleTextDisplay.WHITE, SimpleTextDisplay.RED)``.
108
:param display: The display object. Defaults to assuming a built-in display. To use with an
109
external display, instantiate the display object and provide it here.
110
Defaults to ``board.DISPLAY``.
0 commit comments