1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Checked and updated all LiquidCrystal examples

This commit is contained in:
Tom Igoe
2009-08-05 14:41:27 +00:00
parent 5a3da0155c
commit 66c454f2e6

View File

@ -7,7 +7,7 @@
can usually tell them by the 16-pin interface. can usually tell them by the 16-pin interface.
This sketch demonstrates the use of the autoscroll() This sketch demonstrates the use of the autoscroll()
and noAutoscroll() functions. and noAutoscroll() functions to make new text scroll or not.
The circuit: The circuit:
* LCD RS pin to digital pin 12 * LCD RS pin to digital pin 12
@ -26,6 +26,8 @@
by Limor Fried (http://www.ladyada.net) by Limor Fried (http://www.ladyada.net)
example added 9 Jul 2009 example added 9 Jul 2009
by Tom Igoe by Tom Igoe
modified 25 July 2009
by David A. Mellis
http://www.arduino.cc/en/Tutorial/LiquidCrystal http://www.arduino.cc/en/Tutorial/LiquidCrystal
*/ */