Skip to content

Commit b95fb0d

Browse files
committed
docs: clarify paragraph value
1 parent 0532c6a commit b95fb0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=Arduino_GigaDisplayTouch
22
version=1.0.1
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
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.
5+
sentence=Touch library for Arduino GIGA Display Shield
6+
paragraph=Easily use the touch features of the Arduino GIGA Display Shield (ASX00039), provided via the Goodix GT911 5-point Capacitive touch controller. Capture up to 5 concurrent touch points using two approaches: by interrupt (IRQ) or on-request (polling).
77
category=Sensors
88
url=https://github.com/arduino-libraries/Arduino_GigaDisplayTouch
99
architectures=mbed,mbed_portenta,mbed_giga

0 commit comments

Comments
 (0)