-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
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
Added touch flip flags to TFT_eSPI driver. #249
base: master
Are you sure you want to change the base?
Conversation
Hi Tony — in general, the calibration was supposed to take care of the display vs touch orientation so it is interesting to find a case where we need an additional flip setting. It could very well be needed! Just so that I understand your particular device setup and rule out any calibration issues, can you confirm the following:
Thanks! |
I am using the FT6236 hardware and I have the FT6206 selected in the
configuration files.
My screen is not rotated at all, but both x and y are flipped.
…On Tue, Aug 25, 2020 at 10:20 PM Calvin Hass ***@***.***> wrote:
Hi Tony — in general, the calibration was supposed to take care of the
display vs touch orientation so it is interesting to find a case where we
need an additional flip setting. It could very well be needed!
Just so that I understand your particular device setup and rule out any
calibration issues, can you confirm the following:
- Which touch driver are you using?
- If it was a resistive touch panel, can you attach the output of the
*diag_ard_touch_calib* calibration sketch?
Thanks!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#249 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWFTQ7IG45Z6U76X7EWMXLSCSESVANCNFSM4QLGWBRQ>
.
|
Thanks Tony... yes, we might need to apply some additional options to support your particular capacitive display. Could you run the following test for me?
Thanks! |
Hi @tpitman — we can certainly add the ability to flip the capacitive touch orientations, much like you had proposed here. The reason for my test request in #249 (comment) was to see if we can utilize the existing calibration sketch to detect the orientation settings automatically. Thanks |
Sorry this is taking so long. Just got a lot going on and this is one
project of many. I know you understand because you are in the same boat.
…On Tue, Oct 20, 2020 at 8:13 AM Calvin Hass ***@***.***> wrote:
Hi @tpitman <https://github.com/tpitman> — we can certainly add the
ability to flip the capacitive touch orientations, much like you had
proposed here.
The reason for my test request in #249 (comment)
<#249 (comment)>
was to see if we can utilize the existing calibration sketch to detect the
orientation settings automatically.
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#249 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWFTQ5HRHDWN3JQG2QRDN3SLWLIBANCNFSM4QLGWBRQ>
.
|
I don't know if this is the right way to do this, but it is the way that works for me. I am creating this pull request knowing full well that you might come up with a better way. I need the touch to be rotated independent of the screen graphics and don't see a way to do one without the other. So adding these flags lets me rotate just the touch input.