File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
7275Static methods
7376--------------
7477
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ The LCD160CR skin
33
44This 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: 640 px
8+ :width: 800 px
99
1010For detailed documentation of the driver for the display see the
1111:mod: `lcd160cr ` module.
@@ -16,6 +16,8 @@ Plugging in the display
1616The display can be plugged directly into a pyboard (all pyboard versions
1717are supported). You plug the display onto the top of the pyboard either
1818in 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
2022Getting the driver
2123------------------
You can’t perform that action at this time.
0 commit comments