We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b12934 commit 5ec5bfbCopy full SHA for 5ec5bfb
docs/pyboard/tutorial/lcd160cr_skin.rst
@@ -95,7 +95,7 @@ the screen to see the result.
95
96
To get the location of the touch you can use the method::
97
98
- >>> lcd.get_touched()
+ >>> lcd.get_touch()
99
100
This will return a 3-tuple, with the first entry being 0 or 1 depending on whether
101
there is currently anything touching the screen (1 if there is), and the second and
0 commit comments