Skip to content

Commit

Permalink
CST816S
Browse files Browse the repository at this point in the history
  • Loading branch information
fbiego committed Aug 11, 2021
1 parent dc5449d commit 89c7f7f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# CST816S
An Arduino library for the CST816S capacitive touch screen IC
An Arduino library for the Hynitron CST816S capacitive touch screen IC
4 changes: 4 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ available KEYWORD2
sleep KEYWORD2
begin KEYWORD2
gesture KEYWORD2
version KEYWORD2
versionInfo KEYWORD2
gestureID KEYWORD2
points KEYWORD2

CST816S_NONE LITERAL2
CST816S_SWIPE_DOWN LITERAL2
Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "CST816S",
"version": "1.0.0",
"keywords": "Arduino, ESP32, Touch, Hynitron, CST816S, I2C",
"description": "An Arduino library for the CST816S capacitive touch screen IC",
"keywords": "Arduino, ESP32, Touch, Hynitron, CST816S, I2C, TouchScreen",
"description": "An Arduino library for the Hynitron CST816S capacitive touch screen IC",
"repository":
{
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version=1.0.0
author=fbiego
maintainer=fbiego
sentence=Capacitive touch screen library
paragraph=An Arduino library for the CST816S capacitive touch screen IC
category=Other
paragraph=An Arduino library for the Hynitron CST816S capacitive touch screen IC
category=Sensors
url=https://github.com/fbiego/CST816S
architectures=*
includes=CST816S.h
Expand Down

0 comments on commit 89c7f7f

Please sign in to comment.