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

pull/2822/head
Damien George 2017-01-30 18:19:29 +11:00
rodzic 6b12934fec
commit 5ec5bfb0d3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -95,7 +95,7 @@ the screen to see the result.
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
there is currently anything touching the screen (1 if there is), and the second and