summaryrefslogtreecommitdiff
path: root/docs/library/lcd160cr.rst
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-03-15 15:50:51 +1100
committerDamien George <damien.p.george@gmail.com>2018-03-15 15:50:51 +1100
commit0db49c37a4e8d2516ea0206f4e800b907cd4221f (patch)
tree9e0d9677ad47953eb577979dfd3060f79ad0c50f /docs/library/lcd160cr.rst
parentc926e72750ddc410f2ae4f1b28d17dfb09b5ca2c (diff)
docs: Fix some references and RST markup to eliminate Sphinx warnings.
Diffstat (limited to 'docs/library/lcd160cr.rst')
-rw-r--r--docs/library/lcd160cr.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/lcd160cr.rst b/docs/library/lcd160cr.rst
index 567994640..bb8e6da22 100644
--- a/docs/library/lcd160cr.rst
+++ b/docs/library/lcd160cr.rst
@@ -172,7 +172,7 @@ Drawing text
------------
To draw text one sets the position, color and font, and then uses
-`write` to draw the text.
+`LCD160CR.write` to draw the text.
.. method:: LCD160CR.set_pos(x, y)
@@ -279,7 +279,7 @@ Touch screen methods
.. method:: LCD160CR.is_touched()
Returns a boolean: ``True`` if there is currently a touch force on the screen,
- `False` otherwise.
+ ``False`` otherwise.
.. method:: LCD160CR.get_touch()