Loading...

Reference.LiquidCrystal History

Hide minor edits - Show changes to markup

June 05, 2010, at 04:39 AM by Equipo Traduccion -
June 05, 2010, at 04:38 AM by Equipo Traduccion -
May 31, 2010, at 08:49 PM by Equipo Traduccion -
Changed line 28 from:

Ejemplos

to:

Ejemplos

May 31, 2010, at 08:49 PM by Equipo Traduccion -
Deleted lines 2-3:

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).

May 31, 2010, at 08:48 PM by Equipo Traduccion -
Changed lines 1-6 from:

LiquidCrystal Library

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).

Function

to:

Librería LiquidCrystal

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).

Esta biblioteca permite a la placa Arduino controlar displays LCD basados en el chipset Hitachi HD44780 (o compatibles), que se encuentra en la mayoría de LCDs de texto. La biblioteca trabaja en modo 4-bit o en 8-bit (es decir, por medio de 4 u 8 líneas de datos, además de RS, ENABLE, y, opcionalmente, las líneas de control RW).

Funciones

Changed line 30 from:

Examples

to:

Ejemplos

November 01, 2009, at 11:48 AM by David A. Mellis -
Added lines 27-40:
August 11, 2009, at 05:13 PM by David A. Mellis - Adding functions for 0017.
Changed lines 3-4 from:

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, rw, and enable control lines).

to:

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).

Added line 8:
Changed lines 13-26 from:
to:
July 10, 2009, at 08:52 PM by David A. Mellis -
Deleted line 6:

(:if auth edit:)

Changed lines 12-34 from:

(:if:)

  • clear() - clears the display
  • home() - sets the cursor to top left
  • noDisplay() - blanks the display but saves the data onscreen
  • display() - restores the screen after noDisplay()
  • noBlink() - turns off the block-style cursor
  • blink() - turns on the block-style cursor
  • noCursor() - turns off the underscore-style cursor
  • cursor() - turns on the underscore-style cursor
  • scrollDisplayLeft() - scrolls the whole display left
  • scrollDisplayRight() - scrolls the whole display right
  • shiftLeft() - sets direction of text flow to left
  • shiftRight() - sets direction of text flow to right
  • shiftIncrement() - "left justifies" the text
  • shiftDecrement() - "right justifies" the text

NOTE: The LiquidCrystal library has undergone revisions after Arduino version 0016. Thanks to Limor Fried for the rewrite to include 4-bit and 8-bit modes and more functionality.

The documentation re-write is still in progress. In the meantime, enjoy these tutorials showing how to use the library.

If you are running Arduino 0016 or earlier, please download the current version of the LiquidCrystal library and install it in your hardware/libraries folder.

to:
July 09, 2009, at 04:25 PM by Tom Igoe -
Changed lines 16-30 from:
  • clear()
  • home()
  • noDisplay()
  • display()
  • noBlink()
  • blink()
  • noCursor()
  • cursor()
  • scrollDisplayLeft()
  • scrollDisplayRight()
  • shiftLeft()
  • shiftRight()
  • shiftIncrement()
  • shiftDecrement()
to:
  • clear() - clears the display
  • home() - sets the cursor to top left
  • noDisplay() - blanks the display but saves the data onscreen
  • display() - restores the screen after noDisplay()
  • noBlink() - turns off the block-style cursor
  • blink() - turns on the block-style cursor
  • noCursor() - turns off the underscore-style cursor
  • cursor() - turns on the underscore-style cursor
  • scrollDisplayLeft() - scrolls the whole display left
  • scrollDisplayRight() - scrolls the whole display right
  • shiftLeft() - sets direction of text flow to left
  • shiftRight() - sets direction of text flow to right
  • shiftIncrement() - "left justifies" the text
  • shiftDecrement() - "right justifies" the text
July 09, 2009, at 04:20 PM by Tom Igoe -
Changed lines 14-15 from:

(:endif:)

to:

(:if:)

July 09, 2009, at 04:20 PM by Tom Igoe -
Added line 7:

(:if auth edit:)

Changed lines 13-35 from:
to:

(:endif:)

  • clear()
  • home()
  • noDisplay()
  • display()
  • noBlink()
  • blink()
  • noCursor()
  • cursor()
  • scrollDisplayLeft()
  • scrollDisplayRight()
  • shiftLeft()
  • shiftRight()
  • shiftIncrement()
  • shiftDecrement()

NOTE: The LiquidCrystal library has undergone revisions after Arduino version 0016. Thanks to Limor Fried for the rewrite to include 4-bit and 8-bit modes and more functionality.

The documentation re-write is still in progress. In the meantime, enjoy these tutorials showing how to use the library.

If you are running Arduino 0016 or earlier, please download the current version of the LiquidCrystal library and install it in your hardware/libraries folder.

December 05, 2008, at 07:32 AM by David A. Mellis -
Changed lines 3-4 from:

This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the XXX 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, rw, and enable control lines).

to:

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, rw, and enable control lines).

September 07, 2008, at 06:04 AM by David A. Mellis -
Changed lines 12-13 from:
to:
September 07, 2008, at 05:54 AM by David A. Mellis -
Changed line 12 from:
to:
September 07, 2008, at 05:54 AM by David A. Mellis -
Changed lines 12-13 from:
to:
September 07, 2008, at 04:23 AM by David A. Mellis -
Changed lines 7-8 from:
to:
Changed lines 10-13 from:
to:
July 18, 2008, at 04:38 PM by David A. Mellis -
Added lines 1-14:

LiquidCrystal Library

This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the XXX 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, rw, and enable control lines).

Function