File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -899,11 +899,9 @@ def display_text(
899
899
Defaults to 80.
900
900
:param int text_scale: Scale the size of the data lines. Scales the title as well.
901
901
Defaults to 1.
902
- :param ~FontProtocol|None font: The font or the path to the custom font file to use to
903
- display the text. Defaults to the built-in ``terminalio.FONT``. The ``font``
904
- argument must be of a type that subclasses ``FontProtocol``. For more details,
905
- see:
906
- https://docs.circuitpython.org/en/latest/shared-bindings/fontio/index.html
902
+ :param ~FontProtocol|None font: The custom font to use to display the text. Defaults to the
903
+ built-in ``terminalio.FONT``. For more details, see:
904
+ https://docs.circuitpython.org/en/latest/shared-bindings/fontio/index.html
907
905
908
906
The following example displays a title and lines of text indicating which key is pressed,
909
907
the relative position of the rotary encoder, and whether the encoder switch is pressed.
You can’t perform that action at this time.
0 commit comments