USB_Laptop_Keyboard_Controller/Example_Touchpads
2021-08-03 09:04:07 -07:00
..
ADB_Trackball.ino Add files via upload 2021-08-03 07:33:23 -07:00
I2C_Touchpad.ino Add files via upload 2021-08-03 09:04:07 -07:00
Readme.txt Create Readme.txt 2020-09-25 14:42:44 -07:00
Touchpad_3p2.ino Add files via upload 2020-09-25 14:23:49 -07:00
Touchpad_Stream_mode.ino Add files via upload 2020-09-25 14:27:20 -07:00

This code can be used on the LC and 4.0 but they need a level translator if connected to a 5 volt touchpad.
The Touchpad_3p2.ino code sets up the touchpad to be in remote mode so that the Teensy can poll it after finishing the keyboard scan. 
The Touchpad_Stream_mode.ino code sets up the touchpad to be in Stream Mode so it sends data when ever it detects finger movement.
For a complete description of how to interface a Teensy to a touchpad, read my touchpad guide at: 
https://www.hackster.io/frank-adams/laptop-touchpad-conversion-to-usb-d70519