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 9c0dbba commit aa74f21Copy full SHA for aa74f21
shared-bindings/terminalio/__init__.c
@@ -38,7 +38,12 @@
38
//| """Displays text in a TileGrid
39
//|
40
//| The `terminalio` module contains classes to display a character stream on a display. The built
41
-//| in font is available as ``terminalio.FONT``."""
+//| in font is available as ``terminalio.FONT``.
42
+//|
43
+//| .. note:: This module does not give access to the
44
+//| `REPL <https://learn.adafruit.com/welcome-to-circuitpython/interacting-with-the-serial-console>`_.
45
46
+//| """
47
48
//| FONT: fontio.BuiltinFont
49
//| """The built in font"""
0 commit comments