File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ Constructors
69
69
- "YX" is for the left-side and uses:
70
70
``pwr=Pin("Y4") ``, ``i2c=I2C("X") ``, ``spi=SPI("Y") ``
71
71
72
+ See `this image <http://micropython.org/resources/LCD160CRv10-positions.jpg >`_
73
+ for how the display can be connected to the pyboard.
74
+
72
75
Static methods
73
76
--------------
74
77
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ The LCD160CR skin
3
3
4
4
This tutorial shows how to get started using the LCD160CR skin.
5
5
6
- .. image :: http://micropython.org/resources/LCD160CRv10-persp .jpg
6
+ .. image :: http://micropython.org/resources/LCD160CRv10-positions .jpg
7
7
:alt: LCD160CRv1.0 picture
8
- :width: 640 px
8
+ :width: 800 px
9
9
10
10
For detailed documentation of the driver for the display see the
11
11
:mod: `lcd160cr ` module.
@@ -16,6 +16,8 @@ Plugging in the display
16
16
The display can be plugged directly into a pyboard (all pyboard versions
17
17
are supported). You plug the display onto the top of the pyboard either
18
18
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.
19
21
20
22
Getting the driver
21
23
------------------
You can’t perform that action at this time.
0 commit comments