Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
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.
|
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.
|
||||||
|
|
||||||
For more information about this library please visit us at
|
For more information about this library please visit us at
|
||||||
http://arduino.cc/en/Reference/LiquidCrystal
|
http://www.arduino.cc/en/Reference/LiquidCrystal
|
||||||
|
|
||||||
== License ==
|
== License ==
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
|
|
||||||
http://arduino.cc/en/Tutorial/LiquidCrystalAutoscroll
|
http://www.arduino.cc/en/Tutorial/LiquidCrystalAutoscroll
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
|
|
||||||
http://arduino.cc/en/Tutorial/LiquidCrystalBlink
|
http://www.arduino.cc/en/Tutorial/LiquidCrystalBlink
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
|
|
||||||
http://arduino.cc/en/Tutorial/LiquidCrystalCursor
|
http://www.arduino.cc/en/Tutorial/LiquidCrystalCursor
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
|
|
||||||
http://arduino.cc/en/Tutorial/LiquidCrystalDisplay
|
http://www.arduino.cc/en/Tutorial/LiquidCrystalDisplay
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
|
|
||||||
http://arduino.cc/en/Tutorial/LiquidCrystalScroll
|
http://www.arduino.cc/en/Tutorial/LiquidCrystalScroll
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
|
|
||||||
http://arduino.cc/en/Tutorial/LiquidCrystalSerial
|
http://www.arduino.cc/en/Tutorial/LiquidCrystalSerial
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// include the library code:
|
// include the library code:
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ by Tom Igoe
|
|||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
|
|
||||||
http://arduino.cc/en/Tutorial/LiquidCrystalTextDirection
|
http://www.arduino.cc/en/Tutorial/LiquidCrystalTextDirection
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
This example code is in the public domain.
|
This example code is in the public domain.
|
||||||
|
|
||||||
http://arduino.cc/en/Tutorial/LiquidCrystalSetCursor
|
http://www.arduino.cc/en/Tutorial/LiquidCrystalSetCursor
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
name=LiquidCrystal
|
name=LiquidCrystal
|
||||||
version=1.0.1
|
version=1.0.2
|
||||||
author=Arduino, Adafruit
|
author=Arduino, Adafruit
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.
|
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).
|
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).
|
||||||
category=Display
|
category=Display
|
||||||
url=http://arduino.cc/en/Reference/LiquidCrystal
|
url=http://www.arduino.cc/en/Reference/LiquidCrystal
|
||||||
architectures=*
|
architectures=*
|
||||||
|
|||||||
Reference in New Issue
Block a user