summaryrefslogtreecommitdiffstatshomepage
path: root/docs/pyboard/tutorial
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-02-03 12:48:54 +1100
committerDamien George <damien.p.george@gmail.com>2017-02-03 12:48:54 +1100
commit50a9dd59f5848d536d2057498671d8fe90c76ef1 (patch)
tree258cd963824bd2ebcbd577ee8041bba849959bae /docs/pyboard/tutorial
parent904732cdc9a52fe955b9d939690ddff8f03bf61f (diff)
downloadmicropython-50a9dd59f5848d536d2057498671d8fe90c76ef1.tar.gz
micropython-50a9dd59f5848d536d2057498671d8fe90c76ef1.zip
docs: For LCD160CR driver and tutorial, add link to positioning image.
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
------------------