Component: LCD control (Alphanumeric)

From Flowcode Help
Jump to navigationJump to search
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