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 4652367 + 5159fb0 commit e2b8e16Copy full SHA for e2b8e16
adafruit_simple_text_display.py
@@ -100,7 +100,7 @@ def __init__(
100
setup, it would alternate white and red. You can also use the colors built into the
101
library. For example, if you import the library as
102
``from adafruit_simple_text_display import SimpleTextDisplay``, you can indicate the
103
- colors as follows: ``colors=(SimpleDisplayText.WHITE, SimpleDisplayText.RED)``.
+ colors as follows: ``colors=(SimpleTextDisplay.WHITE, SimpleTextDisplay.RED)``.
104
:param None,~displayio.Display display: The display object. Defaults to assuming a built-in
105
display. To use with an external display, instantiate the display object and provide it
106
here. Defaults to ``board.DISPLAY``.
0 commit comments