Skip to content
Snippets Groups Projects
Commit 5ec5bfb0 authored by Damien George's avatar Damien George
Browse files

docs/pyboard/tutorial/lcd160cr_skin: Fix typo, get_touched->get_touch.

parent 6b12934f
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ the screen to see the result. ...@@ -95,7 +95,7 @@ the screen to see the result.
To get the location of the touch you can use the method:: To get the location of the touch you can use the method::
>>> lcd.get_touched() >>> lcd.get_touch()
This will return a 3-tuple, with the first entry being 0 or 1 depending on whether This will return a 3-tuple, with the first entry being 0 or 1 depending on whether
there is currently anything touching the screen (1 if there is), and the second and there is currently anything touching the screen (1 if there is), and the second and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment