adafruit / Adafruit_TouchScreen

Arduino library for 4-wire resistive touchscreens
http://www.adafruit.com/index.php?main_page=product_info&cPath=35&products_id=333
Other
272 stars 212 forks source link

No option to calibrate touch data #42

Open cskwrd opened 1 year ago

cskwrd commented 1 year ago

There is no function to calibrate touch data coming from the screen.

The CircuitPython lib does this when creating the touchscreen. https://github.com/adafruit/Adafruit_CircuitPython_Touchscreen/blob/baaef855b2f4cb4e7f7d961c65b09c0000413fd8/adafruit_touchscreen.py#L126