Skip to content

Commit 5ec5bfb

Browse files
committed
docs/pyboard/tutorial/lcd160cr_skin: Fix typo, get_touched->get_touch.
1 parent 6b12934 commit 5ec5bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pyboard/tutorial/lcd160cr_skin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ the screen to see the result.
9595

9696
To get the location of the touch you can use the method::
9797

98-
>>> lcd.get_touched()
98+
>>> lcd.get_touch()
9999

100100
This will return a 3-tuple, with the first entry being 0 or 1 depending on whether
101101
there is currently anything touching the screen (1 if there is), and the second and

0 commit comments

Comments
 (0)