#Is the STMPE610 the only Resistive Touch Controller that's compatible with CircuitPython?
1 messages · Page 1 of 1 (latest)
do you need a controller? We have this library: https://github.com/adafruit/Adafruit_CircuitPython_Touchscreen
Two questions:
- Is this for resistive touch?
- Does this work for any resistive touch driver?
Ignore question 1, just saw that it is for resistive touch
Still new to all this, it says "4 wire", I assume it should work for any that uses the same interface
that is the basic 4 wire touch, I though that was not even using a chip, it's just the basic resistive matrix
it does analog reads to measure the resistances
Wanted a chip for wake up optimization that a chip would provide
it looks like the STMPE610 is only resistive controller we support. You could wake up and poll the 4-wire every once in a while. In general I think we have mostly sold the 4-wire type
they are inexpensive and come with many screens
I see
Thank you!
there are some ideas for doing wakeup here: https://www.google.com/search?q=wakeup+resistive+touch+screen
without using a controller
I see, I'll look into it