We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adafruit_TouchScreen/TouchScreen.cpp
Line 38 in 4f84505
should be:
as the function compares two points:
bool TSPoint::operator==(TSPoint p1) { return ((p1.x == x) && (p1.y == y) && (p1.z == z)); }
The text was updated successfully, but these errors were encountered:
well i mean, it does both lol you can submit a PR to change the comment if ya like!
Sorry, something went wrong.
I just fixed this in PR #34.
No branches or pull requests
Adafruit_TouchScreen/TouchScreen.cpp
Line 38 in 4f84505
should be:
as the function compares two points:
The text was updated successfully, but these errors were encountered: