Digital Field (Liquid Crystal Display): Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoMemoryDigitalElement.png == Summary == {{:Summaries:Summary Digital Field (Liquid Crystal Display)}} == Description == Add this element to the LCD in order to display a Digital field at specific position. == Used By == *TArduinoBasicLiquidCrystalDisplay.Elements - {{:Summaries:Summary TArduinoBasicLiquidCrystalDisplay.Elements}} == Properties == *TrueValue - {{:Summaries:Summary Digital Field..." |
(No difference)
|
Latest revision as of 17:33, 10 June 2022
File:TArduinoMemoryDigitalElement.png
Summary
LCD Field element for Digital values
Description
Add this element to the LCD in order to display a Digital field at specific position.
Used By
- TArduinoBasicLiquidCrystalDisplay.Elements - The elements to be displayed
Properties
- TrueValue - Specifies the output value when the input is True
- FalseValue - Specifies the output value when the input is False
- InitialValue - Specifies the initial value of the element
- Width - Specifies the width of the field in characters
- AllignLeft - Summaries:Summary TArduinoLiquidCrystalElementBasicPositionedWidthField.AllignLeft
- FillCharacter - Summaries:Summary TArduinoLiquidCrystalElementBasicPositionedWidthField.FillCharacter
- Column - Specifies the Column where the field starts
- Row - Specifies the Row where the field starts
- Name - Specifies the name of the element
Pins
- In - The Digital Input pin of the component or element