diff options
author | Damien George <damien.p.george@gmail.com> | 2017-02-03 12:48:54 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-02-03 12:48:54 +1100 |
commit | 50a9dd59f5848d536d2057498671d8fe90c76ef1 (patch) | |
tree | 258cd963824bd2ebcbd577ee8041bba849959bae /docs/library | |
parent | 904732cdc9a52fe955b9d939690ddff8f03bf61f (diff) | |
download | micropython-50a9dd59f5848d536d2057498671d8fe90c76ef1.tar.gz micropython-50a9dd59f5848d536d2057498671d8fe90c76ef1.zip |
docs: For LCD160CR driver and tutorial, add link to positioning image.
Diffstat (limited to 'docs/library')
-rw-r--r-- | docs/library/lcd160cr.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/library/lcd160cr.rst b/docs/library/lcd160cr.rst index bb5a9b9f96..39f492fc41 100644 --- a/docs/library/lcd160cr.rst +++ b/docs/library/lcd160cr.rst @@ -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 -------------- |