Skip to content

Commit bc3cd0f

Browse files
Eliminate race condition
1 parent 768d10c commit bc3cd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_touchscreen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class Touchscreen:
6767
:attr:`size` is a tuple that gives the X and Y pixel size of the underlying
6868
screen. If passed in, we will automatically scale/rotate so touches
6969
correspond to the graphical coordinate system.
70-
70+
7171
:param ~microcontroller.Pin x1_pin: Data pin for Left side of the screen.
7272
Must also be capable of becoming AnalogIn pins.
7373
:param ~microcontroller.Pin x2_pin: Data pin for Right side of the screen.

0 commit comments

Comments
 (0)