Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
5ec5bfb0
Commit
5ec5bfb0
authored
Jan 30, 2017
by
Damien George
Browse files
docs/pyboard/tutorial/lcd160cr_skin: Fix typo, get_touched->get_touch.
parent
6b12934f
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/pyboard/tutorial/lcd160cr_skin.rst
View file @
5ec5bfb0
...
@@ -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_touch
ed
()
>>> 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment