diff options
| author | Jim Mussared <jim.mussared@gmail.com> | 2022-09-29 17:49:58 +1000 |
|---|---|---|
| committer | Jim Mussared <jim.mussared@gmail.com> | 2022-09-30 17:34:03 +1000 |
| commit | 924a3e03ec167c4417d89b531794c75ce5a631a3 (patch) | |
| tree | 2ac907514720c98fd79ab7108f58a80c37f9b0ae /docs/pyboard/tutorial | |
| parent | ba3652f15d96d9dca0f84522639ea2005b07fcb4 (diff) | |
top: Replace upip with mip everywhere.
Updates all README.md and docs, and manifests to `require("mip")`.
Also extend and improve the documentation on freezing and packaging.
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'docs/pyboard/tutorial')
| -rw-r--r-- | docs/pyboard/tutorial/lcd160cr_skin.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pyboard/tutorial/lcd160cr_skin.rst b/docs/pyboard/tutorial/lcd160cr_skin.rst index fa0debcb1..a0fe88a2e 100644 --- a/docs/pyboard/tutorial/lcd160cr_skin.rst +++ b/docs/pyboard/tutorial/lcd160cr_skin.rst @@ -42,7 +42,7 @@ There is a test program which you can use to test the features of the display, and which also serves as a basis to start creating your own code that uses the LCD. This test program is available on GitHub `here <https://github.com/micropython/micropython/blob/master/drivers/display/lcd160cr_test.py>`__. -Copy it to the board over USB mass storage, or by using `mpremote`. +Copy it to the board over USB mass storage, or by using :ref:`mpremote`. To run the test from the MicroPython prompt do:: |
