Liquid Crystal Display (LCD): Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  Created page with "Image:TArduinoLiquidCrystalDisplay.png  == Summary == {{:Summaries:Summary Liquid Crystal Display (LCD)}}  == Description == Use this component to control Text Liquid Crystal Display.      <b>Resources:</b>  [http://www.instructables.com/id/Arduino-Nano-Directly-Connected-2-X-16-LCD-Display/ Instructable: Arduino Nano: Directly connected 2 X 16 LCD Display With Visuino]  <b>Diagram:</b>  Image:TArduinoLiquidCrystalDisplay.Preview.png  == Categories == *Image:TA..." | 
| (No difference) | 
Latest revision as of 15:40, 10 June 2022
Summary
Controls Text Liquid Crystal Display
Description
Use this component to control Text Liquid Crystal Display.
Resources:
Instructable: Arduino Nano: Directly connected 2 X 16 LCD Display With Visuino
Diagram:
Categories
 Category Text/Displays - Text Display components category Category Text/Displays - Text Display components category
 Category Displays - Display components category Category Displays - Display components category
Properties
- 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 Digital output pins used to control the LCD
- 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

