-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update library.properties: release 1.0.0
- Loading branch information
1 parent
5d7f75a
commit 3e519d3
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name=Arduino_GigaDisplayTouch | ||
version=1.0 | ||
version=1.0.0 | ||
author=Arduino | ||
maintainer=Arduino <[email protected]> | ||
sentence=Touch library for Arduino Giga Display Shield | ||
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. | ||
category=Sensors | ||
url=https://github.com/arduino-libraries/Arduino_GigaDisplayTouch | ||
architectures=mbed,mbed_portenta,mbed_giga | ||
architectures=mbed,mbed_portenta,mbed_giga |