Difference between revisions of "Component: LCD control (Alphanumeric)"

From Flowcode Help
Jump to navigationJump to search
(Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix Ltd |- | width="20%" style="color:gray;" | Version | 1.0 |- | width="20%" style="color:gray...")
 
 
Line 20: Line 20:
  
 
==Detailed description==
 
==Detailed description==
 +
 +
  
 
''No detailed description exists yet for this component''
 
''No detailed description exists yet for this component''
  
 
==Examples==
 
==Examples==
 +
 +
  
  
Line 198: Line 202:
 
|-
 
|-
 
| colspan="2" |  
 
| colspan="2" |  
|-
 
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-conn-icon.png]]
 
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Connections'''
 
|-
 
|-
 
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-conn-icon.png]]
 
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Simulations'''
 
|-
 
 
|}
 
|}

Latest revision as of 17:20, 9 November 2022

Author Matrix Ltd
Version 1.0
Category Alphanumeric


LCD control component

An LCD control pane supporting up to 64 x 64 units Suitable for simulation only

Component Pack

FREE

Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Downloadable macro reference

Fc9-comp-macro.png Clear
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png AddChar
Adds a text character to the LCD at a given position 
Fc9-s16-icon.png - INT X
X location of the text to add 
Fc9-s16-icon.png - INT Y
Y location of the text to add 
Fc9-u8-icon.png - BYTE Text
The text character to add 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png GetScrollX
Gets the scroll position in X set by SetScrollX()  
Fc9-u16-icon.png - UINT Return


Fc9-comp-macro.png SetScrollX
Sets the scroll offset in X of the LCD  
Fc9-u16-icon.png - UINT Pos
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png AddText
Adds a text string to the LCD at a given position 
Fc9-s16-icon.png - INT X
X location of the text to add 
Fc9-s16-icon.png - INT Y
Y location of the text to add 
Fc9-string-icon.png - STRING Text
The text to add 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png SetSize
Sets the size of the LCD grid 
Fc9-u8-icon.png - BYTE X
The number of X cells 
Fc9-u8-icon.png - BYTE Y
The number of Y cells 
Fc9-void-icon.png - VOID Return



Property reference

Fc9-prop-icon.png Properties
Fc9-type-14-icon.png Horizontal size
 
Fc9-type-14-icon.png Vertical size
 
Fc9-type-14-icon.png Horizontal buffer
 
Fc9-type-1-icon.png Text color
 
Fc9-type-3-icon.png Text font
 
Fc9-type-1-icon.png Background color
 
Fc9-type-2-icon.png Line color