summaryrefslogtreecommitdiffstatshomepage
path: root/docs/pyboard/tutorial
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pyboard/tutorial')
-rw-r--r--docs/pyboard/tutorial/lcd160cr_skin.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/pyboard/tutorial/lcd160cr_skin.rst b/docs/pyboard/tutorial/lcd160cr_skin.rst
index 11ebad9a6c..fc9d635382 100644
--- a/docs/pyboard/tutorial/lcd160cr_skin.rst
+++ b/docs/pyboard/tutorial/lcd160cr_skin.rst
@@ -3,9 +3,9 @@ The LCD160CR skin
This tutorial shows how to get started using the LCD160CR skin.
-.. image:: http://micropython.org/resources/LCD160CRv10-persp.jpg
+.. image:: http://micropython.org/resources/LCD160CRv10-positions.jpg
:alt: LCD160CRv1.0 picture
- :width: 640px
+ :width: 800px
For detailed documentation of the driver for the display see the
:mod:`lcd160cr` module.
@@ -16,6 +16,8 @@ Plugging in the display
The display can be plugged directly into a pyboard (all pyboard versions
are supported). You plug the display onto the top of the pyboard either
in the X or Y positions. The display should cover half of the pyboard.
+See the picture above for how to achieve this; the left half of the picture
+shows the X position, and the right half shows the Y position.
Getting the driver
------------------