Component: LCD (Generic, Configurable) ()

From Flowcode Help
Revision as of 11:08, 17 November 2021 by Wiki bot (talk | contribs)
Jump to navigationJump to search
Author Matrix Ltd
Version 1.1
Category


LCD (Generic, Configurable) component

LCD based on the standard hitachi alphanumeric display unit.

Detailed description

No detailed description exists yet for this component

Examples

No additional examples

Downloadable macro reference

Property reference

Fc9-prop-icon.png Properties
Fc9-type-16-icon.png Rows
Number of lines of characters the LCD can display. 
Fc9-type-16-icon.png Columns
Number of characters the LCD can display on a single line. 
Fc9-type-21-icon.png Remap Characters
Used to allow characters to be replaced with alternate characters. Custom characters or characters from the LCD memory map can be used as replacements. Each replacement consumes two bytes of RAM memory and is applied automatically when printing strings. 
Fc9-type-21-icon.png Delay Timings
Delay in microseconds used in the display send function. Most displays will work with the default value of 100us. Some displays may need a slightly longer delay, 166us is known to work well. 
Fc9-type-1-icon.png Background Color
Simulation only background colour, the actual hardware will have a fixed colour 
Fc9-type-1-icon.png Line Color
Simulation only line colour, the actual hardware will have a fixed colour 
Fc9-type-1-icon.png Text Color
Simulation only text colour, the actual hardware will have a fixed colour 
Fc9-type-3-icon.png Font
Font to use for simulation, the actual hardware will have a inbuilt fixed font. 
Fc9-conn-icon.png Connections
Fc9-type-16-icon.png Interface mode
Choose between 4-bit mode, 8-bit mode and 8-bit mode using a port instead of individual pins to improve code efficiency. 
Fc9-type-5-icon.png Data 0 (11 / 7)
Data pin 0 - Connects to Data 4 on the hardware in 4-bit mode or Data 0 in 8-bit mode 
Fc9-type-5-icon.png Data 1 (12 / 8)
Data pin 1 - Connects to Data 5 on the hardware in 4-bit mode or Data 1 in 8-bit mode 
Fc9-type-5-icon.png Data 2 (13 / 9)
Data pin 2 - Connects to Data 6 on the hardware in 4-bit mode or Data 2 in 8-bit mode 
Fc9-type-5-icon.png Data 3 (14 / 10)
Data pin 3 - Connects to Data 7 on the hardware in 4-bit mode or Data 3 in 8-bit mode 
Fc9-type-5-icon.png Register Select (4)
Register Select Pin - Informs the display if a command or data is about to be sent. 
Fc9-type-5-icon.png Enable (6)
Enable pin - Used to synchronise data writes to the display 
Fc9-type-7-icon.png Use Read/Write Pin
Set to "true" if the displays R/W pin is not hard wired. Set to "false" if the R/W pin is wired to ground. 
Fc9-conn-icon.png Simulations