You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library.properties
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@ name=Arduino_DisplayShieldTouch
2
2
version=1.0.0
3
3
author=Arduino
4
4
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.
0 commit comments