Skip to content

Commit 32e76de

Browse files
update readme and library.properties
1 parent 54e42f9 commit 32e76de

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
# Arduino_DisplayShieldTouch
1+
# 👇 Library for Arduino Giga Display Shield Touch controller
2+
3+
The Arduino Giga Display Touch library manages the touch controller of the Giga Display Shield, capturing up to 5 concurrent touch points.
4+
5+
📖 For more information about this library please read the documentation [here](./docs/).

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=Arduino_DisplayShieldTouch
22
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=
6-
paragraph=
5+
sentence=Touch library for Arduino Giga Display Shield
6+
paragraph=The Arduino Giga Display Touch library is a C++ library designed to manage the touch controller of the Giga Display Shield. It is currently compatible with Goodix GT911 5-point Capacitive touch controller. This library captures up to 5 concurrent touch points using two approaches: by interrupt or on-request.
77
category=Sensors
88
url=
9-
architectures=*
9+
architectures=mbed,mbed_portenta,mbed_giga

0 commit comments

Comments
 (0)