Hi TI expert
I am using microcontroller to interface with TSC2007.
Can you provide me device driver code in C ?
Best regards,
Thomas
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Thomas,
The only software available for the TSC2007 is located here:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/input/touchscreen
While this is specifically Linux based, the associated tsc2007.h file should give you a starting point for you micro based code.