Hi Werk,
problem solved
.
It seems there is a new version of Paul Stoffregen's touch library.
https://github.com/PaulStoffregen/XPT2046_Touchscreen
This supports the setting of the rotation:
Now it's working fine with setting the rotation to 3, because my touch foil was mirrored in x and y, so I flipped it to times to the right.
So if you would include the new version in your next update and make this parameter adjustable in the configs, everything is fine.
problem solved
.It seems there is a new version of Paul Stoffregen's touch library.
https://github.com/PaulStoffregen/XPT2046_Touchscreen
This supports the setting of the rotation:
Code:
ts.setRotation(1);Now it's working fine with setting the rotation to 3, because my touch foil was mirrored in x and y, so I flipped it to times to the right.
So if you would include the new version in your next update and make this parameter adjustable in the configs, everything is fine.

