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

Adjust default touch calibration for Core2 #469

Merged
merged 2 commits into from
Dec 27, 2023

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    302169a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Adjust default touch calibration for Core2

    p->touch(t) call invokes Panel_Device::touchCalibrate and
    results in setting up the affine matrix to map the touch
    geometry into the panel one. This is not preferable as the
    touch geometry contains the virtual screen panel area outside
    the panel area.
    
    This patch changes the order to call setCalibrateAffine with
    dedicated parameters for Core2 to overwrite the default
    unexpected matrix.
    toyoshim committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e0fa7fa View commit details
    Browse the repository at this point in the history