Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CST820

An Arduino library for the CST820 capacitive touch screen

includes "Down", "Up", "Contact" event type (still trying ti get gestures working).

interface mostly the same as fbiego/CST816S (on CYD hardware it seems interrupts are broken or not supported)

  • bool available();
    Return to booliean data is avalible, loads current values into public class attribute 'data'

  • void disable_auto_sleep();
    Disables auto sleep, keeping the device active indefinitely.

  • void enable_auto_sleep();
    Re-enables auto sleep with the current timeout (default is 2 seconds).

  • void enable_double_click(); to enable double-tap

  • void disable_double_click(); to disable double-tap

About

CST820 trouchscreen driver with event type

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages