File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,9 @@ def __init__(
108108 library. For example, if you import the library as
109109 ``from adafruit_simple_text_display import SimpleTextDisplay``, you can indicate the
110110 colors as follows: ``colors=(SimpleTextDisplay.WHITE, SimpleTextDisplay.RED)``.
111- :param ~busdisplay.BusDisplay|None display: The display object. Defaults to assuming a built-in
112- display. To use with an external display, instantiate the display object and provide it
113- here. Defaults to ``board.DISPLAY``.
111+ :param ~busdisplay.BusDisplay|None display: The display object. Defaults to assuming
112+ a built-in display. To use with an external display, instantiate the display
113+ object and provide it here. Defaults to ``board.DISPLAY``.
114114
115115 This example displays two lines with temperature data in C and F on the display.
116116 Remember to call `show()` after the list to update the display.
You can’t perform that action at this time.
0 commit comments