Jump to content

Component: LCD control (Alphanumeric)

From Flowcode Help
Revision as of 16:19, 7 January 2022 by Wiki bot (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Clear
 
- VOID Return


AddChar
Adds a text character to the LCD at a given position 
- INT X
X location of the text to add 
- INT Y
Y location of the text to add 
- BYTE Text
The text character to add 
- VOID Return


GetScrollX
Gets the scroll position in X set by SetScrollX()  
- UINT Return


SetScrollX
Sets the scroll offset in X of the LCD  
- UINT Pos
 
- VOID Return


AddText
Adds a text string to the LCD at a given position 
- INT X
X location of the text to add 
- INT Y
Y location of the text to add 
- STRING Text
The text to add 
- VOID Return


SetSize
Sets the size of the LCD grid 
- BYTE X
The number of X cells 
- BYTE Y
The number of Y cells 
- VOID Return



Property reference

Properties
Horizontal size
 
Vertical size
 
Horizontal buffer
 
Text color
 
Text font
 
Background color
 
Line color
 
Connections
Simulations