From 3fbf2198b1646591f9b45194fb9a68c9625404c7 Mon Sep 17 00:00:00 2001 From: Alice Pintus Date: Tue, 1 Mar 2016 16:09:50 +0100 Subject: [PATCH] update sentences --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 96185d6..8b60908 100644 --- a/library.properties +++ b/library.properties @@ -2,8 +2,8 @@ name=LiquidCrystal version=1.0.4 author=Arduino, Adafruit maintainer=Arduino -sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards. -paragraph=This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines). +sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). +paragraph=This library allows an Arduino/Genuino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines). category=Display url=http://www.arduino.cc/en/Reference/LiquidCrystal architectures=*