Add note about REPL in terminalio

This commit is contained in:
Alec Delaney 2022-05-12 15:31:00 -04:00 committed by GitHub
parent 9c0dbbab2e
commit aa74f21321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,12 @@
//| """Displays text in a TileGrid
//|
//| The `terminalio` module contains classes to display a character stream on a display. The built
//| in font is available as ``terminalio.FONT``."""
//| in font is available as ``terminalio.FONT``.
//|
//| .. note:: This module does not give access to the
//| `REPL <https://learn.adafruit.com/welcome-to-circuitpython/interacting-with-the-serial-console>`_.
//|
//| """
//|
//| FONT: fontio.BuiltinFont
//| """The built in font"""