summaryrefslogtreecommitdiffstatshomepage
path: root/docs/tutorial/lcd_skin.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial/lcd_skin.rst')
-rw-r--r--docs/tutorial/lcd_skin.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorial/lcd_skin.rst b/docs/tutorial/lcd_skin.rst
index 288b63162a..8f981de635 100644
--- a/docs/tutorial/lcd_skin.rst
+++ b/docs/tutorial/lcd_skin.rst
@@ -3,11 +3,11 @@ The LCD and touch-sensor skin
Soldering and using the LCD and touch-sensor skin.
-.. image:: http://micropython.org/static/doc/skin-lcd-3.jpg
+.. image:: img/skin_lcd_1.jpg
:alt: pyboard with LCD skin
:width: 250px
-.. image:: http://micropython.org/static/doc/skin-lcd-1.jpg
+.. image:: img/skin_lcd_2.jpg
:alt: pyboard with LCD skin
:width: 250px
@@ -58,7 +58,7 @@ enables the 4 touch sensors. The third line reads the touch
status and the ``touch`` variable holds the state of the 4 touch
buttons (A, B, X, Y).
-There is a simple driver `here <http://micropython.org/static/doc/examples/mpr121.py>`_
+There is a simple driver `here <http://micropython.org/resources/examples/mpr121.py>`_
which allows you to set the threshold and debounce parameters, and
easily read the touch status and electrode voltage levels. Copy
this script to your pyboard (either flash or SD card, in the top
@@ -81,4 +81,4 @@ initialise the I2C bus using::
>>> m = mpr121.MPR121(pyb.I2C(2, pyb.I2C.MASTER))
There is also a demo which uses the LCD and the touch sensors together,
-and can be found `here <http://micropython.org/static/doc/examples/lcddemo.py>`_.
+and can be found `here <http://micropython.org/resources/examples/lcddemo.py>`_.