-
Notifications
You must be signed in to change notification settings - Fork 212
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
Flipped X and Y coordinates #520
Comments
@Tobim6 Yes, I don't either. Some of Calvin's (@ImpulseAdventure ) other touch driver configs support flip with Looking inside GUIslice_drv_tft_espi.cpp we see:
You might try commenting out
Paul-- |
I had the same problem (only X-axis touch was flipped, using AdafruitGfx with ILI9341 and XPT2046) and solved it with this line at the end of my GUI initialization: m_gui.nFlipX = !m_gui.nFlipX; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Adafruit FT6206 library after remapping coordinates to be flipped so 320 that the library thinks I am touching is actually 0 and 480 that the library thinks is actually 0 I am trying to find a way to remap those values on GUISlice but I couldn't find any way to do it
Device hardware
Checklist to try first
Most display/touch issues can be identified by working through the steps in the Configuring GUIslice guide.
Please confirm whether:
Expected behavior
Option to flip X or Y coordinates
Initialization messages
Additional info
The text was updated successfully, but these errors were encountered: