Preferred configuration for resistive touch with Universal Touch #21020
s-hadinger
started this conversation in
Ideas
Replies: 1 comment
-
yes you can use the M: as usual, we should use M: when possible and only use SCL when M: does not fit. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@gemu2015 I started using the Universal Touch driver, awesome work!
I got back my Lolin TFT that uses the
XPT2046
driver. It worked fine except that thex
was reversed. TheSCL
opcode does not make it very friendly to reverse the scale, it needs some extra calculation.I already did the
ts_calibrate.be
app to help easy calibration of resistive touchscreen that generates the:M
line. I see that this still works with universal touch.My question: don't you think it would be easier for calibration to use a combination of
:UTI
and:M
, instead of just usingSCL
directive?Im my case is would be:
instead of the example in the doc:
Beta Was this translation helpful? Give feedback.
All reactions