Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
50a9dd59
Commit
50a9dd59
authored
Feb 03, 2017
by
Damien George
Browse files
docs: For LCD160CR driver and tutorial, add link to positioning image.
parent
904732cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/library/lcd160cr.rst
View file @
50a9dd59
...
...
@@ -69,6 +69,9 @@ Constructors
- "YX" is for the left-side and uses:
``pwr=Pin("Y4")``, ``i2c=I2C("X")``, ``spi=SPI("Y")``
See `this image <http://micropython.org/resources/LCD160CRv10-positions.jpg>`_
for how the display can be connected to the pyboard.
Static methods
--------------
...
...
docs/pyboard/tutorial/lcd160cr_skin.rst
View file @
50a9dd59
...
...
@@ -3,9 +3,9 @@ The LCD160CR skin
This tutorial shows how to get started using the LCD160CR skin.
.. image:: http://micropython.org/resources/LCD160CRv10-p
ersp
.jpg
.. image:: http://micropython.org/resources/LCD160CRv10-p
ositions
.jpg
:alt: LCD160CRv1.0 picture
:width:
64
0px
:width:
80
0px
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
------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment