Liquid Crystal Display (LCD) - I2C

From Visuino
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Summary

Controls Text Liquid Crystal Display with I2C interface

Description

Use this component to control Text Liquid Crystal Display with I2C interface.



Resources:

Instructable: Arduino Nano: I2C 2 X 16 LCD Display With Visuino

Instructable: Arduino Nano: DHT11 Temperature an Humidity I2C 2 X 16 LCD Display With Visuino

Instructable: Remote Wi-Fi DHT11 Temperature an Humidity I2C 2 X 16 LCD Display With Two ESP8266 and Visuino

Instructable: Arduino Nano: Ultrasonic Ranger(Ping) Distance I2C 2 X 16 LCD Display With Visuino

Instructable: Arduino Nano: Show GPS Location on I2C 2 X 16 LCD Display With Visuino

Instructable: Arduino Nano: BMP180 Barometric Pressure and Temperature I2C 2 X 16 LCD Display with Visuino

Instructable: Arduino Nano: Show Date/Time From DS1307 Real Time Clock(RTC) on I2C 2 X 16 LCD Display With Visuino

Diagram:

Categories

Properties

  • Address - Specifies the I2C address of the LCD display
  • BacklightPositive - Specifies the Backlight polarity
  • Backlight - Enables or Disables the Backlight
  • Lines - Specifies the pin mapping (Lines) on the I2C IO extender module
  • Columns - Specifies the number of columns in the display
  • Rows - Specifies the number of rows in the display
  • AutoScroll - Specifies if the display will scroll automatically
  • RightToLeft - Specifies the direction of the added text - left to right or right to left
  • ShowCursor - Specifies if the cursor will be shown
  • Blink - Enables the blinking of the LCD
  • Elements - The elements to be displayed
  • Enabled - Enables or disable the component.

Pins

  • Out - The I2C Output pin of the component or element
  • In - The Any Type Input pin of the component or element
  • ScrollLeft - The Scroll Left Clock Event Input pin of the component
  • ScrollRight - The Scroll Left Clock Event Input pin of the component
  • Clear - The Clear Display Clock Event Input pin of the component
  • Home - The Move Cursor to Home Clock Event Input pin of the component