10000 docs: For LCD160CR driver and tutorial, add link to positioning image. · nickzoic/micropython-esp32@50a9dd5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 50a9dd5

Browse files
committed
docs: For LCD160CR driver and tutorial, add link to positioning image.
1 parent 904732c commit 50a9dd5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/library/lcd160cr.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ Constructors
6969
- "YX" is for the left-side and uses:
7070
``pwr=Pin("Y4")``, ``i2c=I2C("X")``, ``spi=SPI("Y")``
7171

72+
See `this image <http://micropython.org/resources/LCD160CRv10-positions.jpg>`_
73+
for how the display can be connected to the pyboard.
74+
7275
Static methods
7376
--------------
7477

docs/pyboard/tutorial/lcd160cr_skin.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ The LCD160CR skin
33

44
This tutorial shows how to get started using the LCD160CR skin.
55

6-
.. image:: http://micropython.org/resources/LCD160CRv10-persp.jpg
6+
.. image:: http://micropython.org/resources/LCD160CRv10-positions.jpg
77
:alt: LCD160CRv1.0 picture
8-
:width: 640px
8+
:width: 800px
99

1010
For detailed documentation of the driver for the display see the
1111
:mod:`lcd160cr` module.
@@ -16,6 +16,8 @@ Plugging in the display
1616
The display can be plugged directly into a pyboard (all pyboard versions
1717
are supported). You plug the display onto the top of the pyboard either
1818
in the X or Y positions. The display should cover half of the pyboard.
19+
See the picture above for how to achieve this; the left half of the picture
20+
shows the X position, and the right half shows the Y position.
1921

2022
Getting the driver
2123
------------------

0 commit comments

Comments
 (0)
0