Skip to content

Driver for the TSC2046 Touchscreen controller.

License

Notifications You must be signed in to change notification settings

liuem/TSC2046_kernel_driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSC2046_kernel_driver

Driver for the TSC2046 Touchscreen controller.

  • Built for the BeagleBone Blue

Check out This article here for documentation.

Installation

  1. Install Pre-reqs
    • linux-headers-`uname –r`
  2. Make this project
    • cd to project directory and type make
  3. Turn it on
    • While in the project dir type ./on.sh
  4. To turn in off
    • While in the project dir type ./off.sh

What are on.sh and off.sh

These two files configure the beaglebone's pinmux to let the SPI1 bus be used as an SPI bus.

Default pins

  • SPI1.2 port
  • GP1_3 pin

About

Driver for the TSC2046 Touchscreen controller.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.2%
  • Shell 8.9%
  • Makefile 0.9%