Component: LCD control (Alphanumeric)
From Flowcode Help
Jump to navigationJump to search
| Author | Matrix Ltd | 
| Version | 1.0 | 
| Category | Alphanumeric | 
Contents
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 | 
