USB_Laptop_Keyboard_Controller/Example_Touchpads/Readme.txt

10 lines
885 B
Text
Raw Normal View History

2020-09-26 00:42:44 +03: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.
2021-10-09 21:11:44 +03:00
ADB_Trackball.ino will read an Apple Data Bus trackball and send the results as USB mouse commands.
I2C_Touchpad.ino is an example routine to read a touchpad over an I2C bus and send the results as USB mouse commands.
Read the comments at the beginning of the code to see the address and register numbers for this example touchpad.
2020-09-26 00:42:44 +03:00
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