Difference between revisions of "Component: LCD (Generic, Configurable) ()"
From Flowcode Help
Jump to navigationJump to searchLine 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 32: | Line 34: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 55: | Line 59: | ||
|- | |- | ||
|- | |- | ||
− | + | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | |
− | + | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Connections | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | width="10%" align="center" style="background-color:# | ||
− | | width="90%" style="background-color:# | ||
|- | |- | ||
|- | |- | ||
Line 139: | Line 103: | ||
| colspan="2" | 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. | | colspan="2" | 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. | ||
|- | |- | ||
− | | width="10%" align="center" style="background-color:# | + | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] |
− | | width="90%" style="background-color:# | + | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Display Settings |
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] | ||
+ | | width="90%" | Rows | ||
+ | |- | ||
+ | | colspan="2" | Number of lines of characters the LCD can display. | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] | ||
+ | | width="90%" | Columns | ||
+ | |- | ||
+ | | colspan="2" | Number of characters the LCD can display on a single line. | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-21-icon.png]] | ||
+ | | width="90%" | Remap Characters | ||
+ | |- | ||
+ | | colspan="2" | 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. | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-21-icon.png]] | ||
+ | | width="90%" | Delay Timings | ||
+ | |- | ||
+ | | colspan="2" | 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. | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-1-icon.png]] | ||
+ | | width="90%" | Background Color | ||
|- | |- | ||
+ | | colspan="2" | Simulation only background colour, the actual hardware will have a fixed colour | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-1-icon.png]] | ||
+ | | width="90%" | Line Color | ||
+ | |- | ||
+ | | colspan="2" | Simulation only line colour, the actual hardware will have a fixed colour | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-1-icon.png]] | ||
+ | | width="90%" | Text Color | ||
+ | |- | ||
+ | | colspan="2" | Simulation only text colour, the actual hardware will have a fixed colour | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-3-icon.png]] | ||
+ | | width="90%" | Font | ||
+ | |- | ||
+ | | colspan="2" | Font to use for simulation, the actual hardware will have a inbuilt fixed font. | ||
|} | |} |
Latest revision as of 17:25, 9 November 2022
Author | Matrix Ltd |
Version | 1.1 |
Category |
Contents
LCD (Generic, Configurable) component
LCD based on the standard hitachi alphanumeric display unit.
Component Pack
DISPLAYS
Detailed description
No detailed description exists yet for this component
Examples
No additional examples