Skip to content
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

drivers/ft5x06: introduce conversion for X and Y coordinates #19867

Merged
merged 3 commits into from Aug 27, 2023

Commits on Aug 26, 2023

  1. drivers/ft5x06: introduce coordinate conversions

    To obtain coordinates from the touch panel that correspond to the display coordinates, it is often necessary to convert the coordinates from the touch display by swapping and mirroring. For the sake of simplicity, possible rotations are additionally defined.
    gschorcht committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    ca67600 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a61d4be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26ed7e6 View commit details
    Browse the repository at this point in the history