Skip to content

Arduino library for CST328-based capacitive touch panels.

License

Notifications You must be signed in to change notification settings

CIRCUITSTATE/CSE_CST328

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE_CST328

CSE_CST328

CSE_CST328 is an Arduino library from CIRCUITSTATE Electronics. It helps you interface the CST328 touch controller with your Arduino boards. CST328 can be bought as a standalone touch panel or come integrated with LCD screens like the Waveshare 2.8" Capacitive Touch LCD. The library uses I2C to communicate with the CST328.

Installation

This library is available from the official Arduino Library Manager. Open the Arduino IDE, search for "CSE_CST328" and install the latest version of the library.

Additionally, you can download the latest release package from the GitHub repository and install it manually. To do so, open the Arduino IDE, go to Sketch > Include Library > Add .ZIP Library… and select the downloaded file.

Another method is to clone the GitHub repository directly into your libraries folder. The development branch will have the latest features, bug fixes and other changes. To do so, navigate to your libraries folder (usually located at Documents/Arduino/libraries on Windows and ~/Documents/Arduino/libraries on macOS) and execute the following command:

git clone https://github.com/CIRCUITSTATE/CSE_CST328.git

Git should be installed on your computer.

The library can also be installed via PlatformIO. All officially listed Arduino listed libraries are automatically fetched by PlatformIO. Use the lib_deps search option to install the library.

Dependencies

This library does not depend on any other libraries other than the standard Arduino libraries including Wire.

Example

Find the examples in the examples folder.

API Reference

Please see the API.md file for the API reference.

References

About

Arduino library for CST328-based capacitive touch panels.

Resources

License

Stars

Watchers

Forks

Packages

No packages published